This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository eugene. See https://gitlab.nuiton.org/nuiton/eugene.git commit 8b6017719c77ced7040982cb9931d595811cb5c7 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Sep 16 12:36:24 2016 +0200 Optimize dependencies --- eugene-config-templates/pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/eugene-config-templates/pom.xml b/eugene-config-templates/pom.xml index 5df3511..8673e5c 100644 --- a/eugene-config-templates/pom.xml +++ b/eugene-config-templates/pom.xml @@ -50,6 +50,21 @@ <artifactId>nuiton-config</artifactId> </dependency> + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + </dependency> + + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-utils</artifactId> + </dependency> + + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </dependency> + </dependencies> <build> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.