Skip to content

Commit d4a6417

Browse files
committed
fix pom.xml wrt repositories tag
1 parent b80d366 commit d4a6417

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

pom.xml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -204,16 +204,5 @@
204204
</executions>
205205
</plugin>
206206
</plugins>
207-
</build>
208-
<!-- Alas, need to include snapshot reference since otherwise can not find
209-
snapshot of parent... -->
210-
<repositories>
211-
<repository>
212-
<id>sonatype-nexus-snapshots</id>
213-
<name>Sonatype Nexus Snapshots</name>
214-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
215-
<releases><enabled>false</enabled></releases>
216-
<snapshots><enabled>true</enabled></snapshots>
217-
</repository>
218-
</repositories>
207+
</build>
219208
</project>

0 commit comments

Comments
 (0)