Author: sletellier Date: 2010-11-17 22:27:09 +0100 (Wed, 17 Nov 2010) New Revision: 299 Url: http://nuiton.org/repositories/revision/nuiton-widgets/299 Log: Add consistant dependencies Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-11-12 08:33:18 UTC (rev 298) +++ trunk/pom.xml 2010-11-17 21:27:09 UTC (rev 299) @@ -81,6 +81,24 @@ <artifactId>commons-lang</artifactId> </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>1.1.1</version> + </dependency> + + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.2.1</version> + </dependency> + + <dependency> + <groupId>javax.activation</groupId> + <artifactId>activation</artifactId> + <version>1.1.1</version> + </dependency> + </dependencies> <!-- ************************************************************* -->