Add snapshot repos (yawn)

This commit is contained in:
Dave Syer
2014-10-06 11:45:39 +01:00
parent fc2d5d8746
commit 60f4d47e31

11
pom.xml
View File

@@ -191,4 +191,15 @@
</profile>
</profiles>
<repositories>
<repository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>http://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</project>