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:
5
pom.xml
5
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user