branch develop updated (8057853 -> 120d829)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jredmine. See https://gitlab.nuiton.org/nuiton/jredmine.git from 8057853 [jgitflow-maven-plugin]Updating develop poms back to pre merge state new 120d829 Optimize dependencies The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 120d8293a61d2a67654243e0adfefe14d598d704 Author: Maven Release <maven-release@codelutin.com> Date: Mon Sep 12 20:44:16 2016 +0200 Optimize dependencies Summary of changes: jredmine-maven-plugin/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
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>.
participants (1)
-
nuiton.org scm