branch develop updated (8267320 -> bb7c9ac)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository scmwebeditor. See http://git.nuiton.org/scmwebeditor.git from 8267320 Optimize third parties new bb7c9ac 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 bb7c9acbee7b6cc6d69484a0cf9eefb503edd31d Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Oct 23 14:59:40 2015 +0200 Optimize dependencies Summary of changes: pom.xml | 6 ++++++ swe-git/pom.xml | 10 ++++++++++ 2 files changed, 16 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 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>.
participants (1)
-
nuiton.org scm