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