This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit bfe2d35c295aa3368c356550e74b7fc289ed2353 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Sep 5 09:15:08 2016 +0200 Optimize dependencies --- toolbox-maven-plugin/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/toolbox-maven-plugin/pom.xml b/toolbox-maven-plugin/pom.xml index b168bd7..3b31161 100644 --- a/toolbox-maven-plugin/pom.xml +++ b/toolbox-maven-plugin/pom.xml @@ -48,6 +48,10 @@ <artifactId>nuiton-validator</artifactId> </dependency> <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + </dependency> + <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> </dependency> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.