This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jrst. See https://gitlab.nuiton.org/nuiton/jrst.git commit 4d580f61f3b5cf988e3956a53cfbcfe571af0f57 Author: Eric Chatellier <eric.chatellier@gmail.com> Date: Sun Feb 12 15:22:45 2017 +0100 Update commons-io --- jrst/pom.xml | 5 ----- pom.xml | 9 +-------- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/jrst/pom.xml b/jrst/pom.xml index 7ff453d..0b41f3b 100644 --- a/jrst/pom.xml +++ b/jrst/pom.xml @@ -79,11 +79,6 @@ <artifactId>jaxx-runtime</artifactId> </dependency> - <!--dependency> - <groupId>org.nuiton.jaxx</groupId> - <artifactId>jaxx-widgets</artifactId> - </dependency--> - <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> diff --git a/pom.xml b/pom.xml index 2e7dfc1..ccd6b75 100644 --- a/pom.xml +++ b/pom.xml @@ -451,7 +451,6 @@ <version>2.1.7</version> </dependency> - <!-- jaxx dependencies --> <dependency> <groupId>org.nuiton.jaxx</groupId> @@ -465,12 +464,6 @@ <version>${jaxxVersion}</version> </dependency> - <dependency> - <groupId>org.nuiton.jaxx</groupId> - <artifactId>jaxx-widgets</artifactId> - <version>${jaxxVersion}</version> - </dependency> - <!-- swing widgets --> <dependency> <groupId>org.nuiton</groupId> @@ -501,7 +494,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.4</version> + <version>2.5</version> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.