This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit 3a6675c90b8661753ee5ddfcd39690c8b310df09 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Sep 13 14:59:03 2016 +0200 Optimize dependencies --- jaxx-widgets-about/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jaxx-widgets-about/pom.xml b/jaxx-widgets-about/pom.xml index 6a9659b..9825ad5 100644 --- a/jaxx-widgets-about/pom.xml +++ b/jaxx-widgets-about/pom.xml @@ -74,8 +74,8 @@ </dependency> <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.