DATAJPA-27 - Added snapshot repository.

As we reference Spring Data Commons in a SNAPSHOT version we have to include the SpringSource snapshot repository as well.
This commit is contained in:
Oliver Gierke
2011-03-10 18:35:40 +01:00
parent 1ffd4390cd
commit d4fe867a16

View File

@@ -551,6 +551,11 @@
<name>Spring Framework Maven Milestone Repository</name>
<url>http://maven.springframework.org/milestone</url>
</repository>
<repository>
<id>repository.springframework.maven.snapshot</id>
<name>Spring Framework Maven Snapshot Repository</name>
<url>http://maven.springframework.org/snapshot</url>
</repository>
<repository>
<id>jboss</id>
<name>JBoss repository</name>