Update pom.xml

This commit is contained in:
leenaap 2019-03-07 13:23:10 +05:30 committed by GitHub
parent 827dc12325
commit 738fa180ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
pom.xml
View file

@ -227,6 +227,16 @@
<enabled>true</enabled> <enabled>true</enabled>
</snapshots> </snapshots>
</repository> </repository>
<repository>
<id>Nexus-publish</id>
<name>petclinic</name>
<url>http://34.243.169.157/nexus/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository> <repository>
<id>spring-milestones</id> <id>spring-milestones</id>
<name>Spring Milestones</name> <name>Spring Milestones</name>