Author: fdesbois Date: 2012-07-17 20:11:46 +0200 (Tue, 17 Jul 2012) New Revision: 2430 Url: http://nuiton.org/repositories/revision/jaxx/2430 Log: Add missing used dependency Modified: trunk/jaxx-widgets/pom.xml trunk/pom.xml Modified: trunk/jaxx-widgets/pom.xml =================================================================== --- trunk/jaxx-widgets/pom.xml 2012-07-17 18:07:30 UTC (rev 2429) +++ trunk/jaxx-widgets/pom.xml 2012-07-17 18:11:46 UTC (rev 2430) @@ -57,6 +57,11 @@ </dependency> <dependency> + <groupId>org.swinglabs.swingx</groupId> + <artifactId>swingx-autocomplete</artifactId> + </dependency> + + <dependency> <groupId>org.nuiton.i18n</groupId> <artifactId>nuiton-i18n</artifactId> </dependency> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-07-17 18:07:30 UTC (rev 2429) +++ trunk/pom.xml 2012-07-17 18:11:46 UTC (rev 2430) @@ -374,6 +374,12 @@ </dependency> <dependency> + <groupId>org.swinglabs.swingx</groupId> + <artifactId>swingx-autocomplete</artifactId> + <version>${swingXVersion}</version> + </dependency> + + <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-velocity</artifactId> <version>1.1.8</version>