Author: maven-release Date: 2012-08-08 18:19:16 +0200 (Wed, 08 Aug 2012) New Revision: 2484 Url: http://nuiton.org/repositories/revision/jaxx/2484 Log: optimize dependencies Modified: tags/jaxx-2.5.4/jaxx-widgets/pom.xml Modified: tags/jaxx-2.5.4/jaxx-widgets/pom.xml =================================================================== --- tags/jaxx-2.5.4/jaxx-widgets/pom.xml 2012-08-08 15:01:43 UTC (rev 2483) +++ tags/jaxx-2.5.4/jaxx-widgets/pom.xml 2012-08-08 16:19:16 UTC (rev 2484) @@ -55,9 +55,14 @@ <groupId>org.swinglabs.swingx</groupId> <artifactId>swingx-core</artifactId> </dependency> - + <dependency> <groupId>org.swinglabs.swingx</groupId> + <artifactId>swingx-common</artifactId> + </dependency> + + <dependency> + <groupId>org.swinglabs.swingx</groupId> <artifactId>swingx-autocomplete</artifactId> </dependency>