This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See https://gitlab.nuiton.org/codelutin/tutti.git commit 1aa70034ca1f39da296b08b9107932c7fc062a41 Author: Maven Release <maven-release@codelutin.com> Date: Mon Aug 22 09:11:14 2016 +0200 optimize dependencies --- pom.xml | 5 +++++ tutti-ui-swing/pom.xml | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index 5163c5a..3ff9c46 100644 --- a/pom.xml +++ b/pom.xml @@ -390,6 +390,11 @@ <version>${swingXVersion}</version> </dependency> <dependency> + <groupId>org.swinglabs.swingx</groupId> + <artifactId>swingx-painters</artifactId> + <version>${swingXVersion}</version> + </dependency> + <dependency> <groupId>org.swinglabs</groupId> <artifactId>jxlayer</artifactId> <version>3.0.4</version> diff --git a/tutti-ui-swing/pom.xml b/tutti-ui-swing/pom.xml index 710a191..977de4d 100644 --- a/tutti-ui-swing/pom.xml +++ b/tutti-ui-swing/pom.xml @@ -251,6 +251,10 @@ <groupId>org.swinglabs.swingx</groupId> <artifactId>swingx-autocomplete</artifactId> </dependency> + <dependency> + <groupId>org.swinglabs.swingx</groupId> + <artifactId>swingx-painters</artifactId> + </dependency> <!-- Spring --> <dependency> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.