This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jredmine. See https://gitlab.nuiton.org/nuiton/jredmine.git commit 120d8293a61d2a67654243e0adfefe14d598d704 Author: Maven Release <maven-release@codelutin.com> Date: Mon Sep 12 20:44:16 2016 +0200 Optimize dependencies --- jredmine-maven-plugin/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jredmine-maven-plugin/pom.xml b/jredmine-maven-plugin/pom.xml index c415b23..92e9cd5 100644 --- a/jredmine-maven-plugin/pom.xml +++ b/jredmine-maven-plugin/pom.xml @@ -72,6 +72,11 @@ <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency> + + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + </dependency> <dependency> <groupId>commons-io</groupId> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.