Author: tchemit Date: 2012-08-08 18:48:53 +0200 (Wed, 08 Aug 2012) New Revision: 2488 Url: http://nuiton.org/repositories/revision/jaxx/2488 Log: optimize dependencies Modified: trunk/jaxx-demo/pom.xml trunk/jaxx-widgets/pom.xml trunk/pom.xml Modified: trunk/jaxx-demo/pom.xml =================================================================== --- trunk/jaxx-demo/pom.xml 2012-08-08 16:24:45 UTC (rev 2487) +++ trunk/jaxx-demo/pom.xml 2012-08-08 16:48:53 UTC (rev 2488) @@ -97,6 +97,11 @@ <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</groupId> Modified: trunk/jaxx-widgets/pom.xml =================================================================== --- trunk/jaxx-widgets/pom.xml 2012-08-08 16:24:45 UTC (rev 2487) +++ trunk/jaxx-widgets/pom.xml 2012-08-08 16:48:53 UTC (rev 2488) @@ -53,6 +53,11 @@ <dependency> <groupId>org.swinglabs.swingx</groupId> + <artifactId>swingx-common</artifactId> + </dependency> + + <dependency> + <groupId>org.swinglabs.swingx</groupId> <artifactId>swingx-core</artifactId> </dependency> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-08-08 16:24:45 UTC (rev 2487) +++ trunk/pom.xml 2012-08-08 16:48:53 UTC (rev 2488) @@ -377,6 +377,13 @@ <version>${swingXVersion}</version> <scope>compile</scope> </dependency> + + <dependency> + <groupId>org.swinglabs.swingx</groupId> + <artifactId>swingx-common</artifactId> + <version>${swingXVersion}</version> + <scope>compile</scope> + </dependency> <dependency> <groupId>org.swinglabs.swingx</groupId>