Update pom.xml

This commit is contained in:
Andrew Pitt 2020-03-13 11:37:30 -04:00 committed by GitHub
parent a941248e9d
commit a6299c037f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

22
pom.xml
View file

@ -267,26 +267,4 @@
</license>
</licenses>
<repositories>
<repository>
<id>nexus</id>
<name>Nexus</name>
<url>http://nexus.cicd.svc.cluster.local:8081/content/groups/public</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>nexus</id>
<name>Nexus</name>
<url>http://nexus.cicd.svc.cluster.local:8081/content/groups/public</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</project>