Author: tchemit Date: 2013-01-04 09:41:06 +0100 (Fri, 04 Jan 2013) New Revision: 2554 Url: http://nuiton.org/projects/jaxx/repository/revisions/2554 Log: optimize dependencies Modified: trunk/jaxx-widgets/pom.xml Modified: trunk/jaxx-widgets/pom.xml =================================================================== --- trunk/jaxx-widgets/pom.xml 2013-01-04 08:40:39 UTC (rev 2553) +++ trunk/jaxx-widgets/pom.xml 2013-01-04 08:41:06 UTC (rev 2554) @@ -97,6 +97,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