This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit d8646abd495e6d9477b7109ee8631cfdc90adfc1 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Aug 1 17:20:52 2016 +0200 optimize dependencies --- observe-services-model/pom.xml | 6 ------ pom.xml | 5 ----- 2 files changed, 11 deletions(-) diff --git a/observe-services-model/pom.xml b/observe-services-model/pom.xml index ea5b419..9845489 100644 --- a/observe-services-model/pom.xml +++ b/observe-services-model/pom.xml @@ -91,12 +91,6 @@ <artifactId>gson</artifactId> </dependency> - <!-- for GPS --> - <dependency> - <groupId>xpp3</groupId> - <artifactId>xpp3</artifactId> - </dependency> - </dependencies> <build> diff --git a/pom.xml b/pom.xml index e28224b..881a3bf 100644 --- a/pom.xml +++ b/pom.xml @@ -759,11 +759,6 @@ <!-- others--> <dependency> - <groupId>xpp3</groupId> - <artifactId>xpp3</artifactId> - <version>1.1.4c</version> - </dependency> - <dependency> <groupId>javax.help</groupId> <artifactId>javahelp</artifactId> <version>2.0.05</version> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.