This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository scmwebeditor. See http://git.nuiton.org/scmwebeditor.git commit bb7c9acbee7b6cc6d69484a0cf9eefb503edd31d Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Oct 23 14:59:40 2015 +0200 Optimize dependencies --- pom.xml | 6 ++++++ swe-git/pom.xml | 10 ++++++++++ 2 files changed, 16 insertions(+) diff --git a/pom.xml b/pom.xml index 207d4c1..abaac77 100644 --- a/pom.xml +++ b/pom.xml @@ -184,6 +184,12 @@ </dependency> <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.2.1</version> + </dependency> + + <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>18.0</version> diff --git a/swe-git/pom.xml b/swe-git/pom.xml index b47a531..9951130 100644 --- a/swe-git/pom.xml +++ b/swe-git/pom.xml @@ -63,6 +63,16 @@ <artifactId>commons-logging</artifactId> </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + </dependency> + + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + </dependency> + </dependencies> </project> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.