add apache snapshot repo to repository list
This commit is contained in:
parent
bc0de2bfd0
commit
b82af1baee
8
pom.xml
8
pom.xml
|
@ -71,6 +71,12 @@
|
|||
<url>http://acegisecurity.sourceforge.net/repository/snapshots</url>
|
||||
<layout>default</layout>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>apache-maven-snapshots</id>
|
||||
<name>Apache snapshot repository</name>
|
||||
<url>http://svn.apache.org/maven-snapshot-repository/</url>
|
||||
<layout>default</layout>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<mailingLists>
|
||||
|
@ -250,4 +256,4 @@
|
|||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
</project>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue