Add snapshot repos (yawn)

This commit is contained in:
Dave Syer
2014-10-06 11:45:37 +01:00
parent 5898365f32
commit 1eb1e75a35

10
pom.xml
View File

@@ -116,4 +116,14 @@
</build>
</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>