From: <gca...@us...> - 2011-11-30 12:05:30
|
Revision: 3711 http://openutils.svn.sourceforge.net/openutils/?rev=3711&view=rev Author: gcatania Date: 2011-11-30 12:05:20 +0000 (Wed, 30 Nov 2011) Log Message: ----------- BSHD-2 moving commons-collections dependency from test to compile Modified Paths: -------------- trunk/openutils-bshd5/pom.xml Modified: trunk/openutils-bshd5/pom.xml =================================================================== --- trunk/openutils-bshd5/pom.xml 2011-11-22 21:51:20 UTC (rev 3710) +++ trunk/openutils-bshd5/pom.xml 2011-11-30 12:05:20 UTC (rev 3711) @@ -154,6 +154,11 @@ </exclusions> </dependency> <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.2.1</version> + </dependency> + <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.4</version> @@ -165,12 +170,6 @@ </dependency> <!-- test dependencies --> <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>3.2.1</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>commons-dbcp</groupId> <artifactId>commons-dbcp</artifactId> <version>1.2.1</version> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |