Add dependency mgt for commons-collections
This commit is contained in:
12
pom.xml
12
pom.xml
@@ -328,6 +328,11 @@
|
||||
<artifactId>commons-io</artifactId>
|
||||
<version>1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-collections</groupId>
|
||||
<artifactId>commons-collections</artifactId>
|
||||
<version>3.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>hsqldb</groupId>
|
||||
<artifactId>hsqldb</artifactId>
|
||||
@@ -517,9 +522,14 @@
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>spring-external</id>
|
||||
<name>Spring Portfolio Milestone Repository</name>
|
||||
<name>Spring External Repository</name>
|
||||
<url>http://s3.amazonaws.com/maven.springframework.org/external</url>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>spring-external-svn</id>
|
||||
<name>Spring External SVN Repository</name>
|
||||
<url>https://springframework.svn.sourceforge.net/svnroot/springframework/repos/repo-ext</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user