Update pom.xml

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

20
pom.xml
View file

@ -267,6 +267,26 @@
</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>