Author: tchemit Date: 2012-12-04 18:59:17 +0100 (Tue, 04 Dec 2012) New Revision: 26 Url: http://forge.codelutin.com/projects/tutti/repository/revisions/26 Log: optimize dependencies Modified: trunk/pom.xml trunk/tutti-ui-swing/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-11-28 18:17:32 UTC (rev 25) +++ trunk/pom.xml 2012-12-04 17:59:17 UTC (rev 26) @@ -213,6 +213,12 @@ </dependency> <dependency> + <groupId>org.swinglabs.swingx</groupId> + <artifactId>swingx-autocomplete</artifactId> + <version>${swingXVersion}</version> + </dependency> + + <dependency> <groupId>com.ezware.oxbow</groupId> <artifactId>swing-bits</artifactId> <version>0.5.0</version> Modified: trunk/tutti-ui-swing/pom.xml =================================================================== --- trunk/tutti-ui-swing/pom.xml 2012-11-28 18:17:32 UTC (rev 25) +++ trunk/tutti-ui-swing/pom.xml 2012-12-04 17:59:17 UTC (rev 26) @@ -274,6 +274,11 @@ <artifactId>swingx-common</artifactId> </dependency> + <dependency> + <groupId>org.swinglabs.swingx</groupId> + <artifactId>swingx-autocomplete</artifactId> + </dependency> + <!-- Logging --> <dependency>
participants (1)
-
tchemit@users.forge.codelutin.com