Author: tchemit Date: 2011-01-25 12:44:38 +0100 (Tue, 25 Jan 2011) New Revision: 2160 Url: http://nuiton.org/repositories/revision/jaxx/2160 Log: use common-collections Modified: trunk/jaxx-compiler/pom.xml Modified: trunk/jaxx-compiler/pom.xml =================================================================== --- trunk/jaxx-compiler/pom.xml 2011-01-25 11:44:23 UTC (rev 2159) +++ trunk/jaxx-compiler/pom.xml 2011-01-25 11:44:38 UTC (rev 2160) @@ -67,6 +67,11 @@ </dependency> <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + </dependency> + + <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency>
participants (1)
-
tchemit@users.nuiton.org