This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See https://gitlab.nuiton.org/codelutin/tutti.git commit 5d491f2802c6ea59d320a9ba080d561ef2885fe4 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Jul 25 12:56:58 2016 +0200 optimize dependencies --- observe-application-swing/pom.xml | 4 ++++ pom.xml | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/observe-application-swing/pom.xml b/observe-application-swing/pom.xml index a376685..4726437 100644 --- a/observe-application-swing/pom.xml +++ b/observe-application-swing/pom.xml @@ -173,6 +173,10 @@ <artifactId>commons-io</artifactId> </dependency> <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + </dependency> + <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> </dependency> diff --git a/pom.xml b/pom.xml index e90a4e0..9e52bac 100644 --- a/pom.xml +++ b/pom.xml @@ -218,6 +218,11 @@ <version>2.5</version> </dependency> <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.2.2</version> + </dependency> + <dependency> <groupId>commons-jxpath</groupId> <artifactId>commons-jxpath</artifactId> <version>1.3</version> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.