This is an automated email from the git hooks/post-receive script. New commit to branch feature/fix_nightly_build in repository tutti. See https://gitlab.nuiton.org/codelutin/tutti.git commit aaff10310501ab58a086f3f3722fd3608220c0ff Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jul 19 17:12:47 2016 +0200 optimize dependencies --- observe-services-api/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/observe-services-api/pom.xml b/observe-services-api/pom.xml index 5c07f09..909ead0 100644 --- a/observe-services-api/pom.xml +++ b/observe-services-api/pom.xml @@ -52,6 +52,14 @@ <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-collections4</artifactId> + </dependency> <dependency> <groupId>com.google.guava</groupId> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.