This is an automated email from the git hooks/post-receive script. New commit to branch feature/remove_dead_code in repository observe. See http://git.codelutin.com/observe.git commit 7183b3fd5b6da37f71cc19f8b13319e5b81ae1f1 Author: Kevin Morin <morin@codelutin.com> Date: Fri Nov 13 16:43:08 2015 +0100 fix dependencies --- observe-application-swing/pom.xml | 5 ----- observe-services-model/pom.xml | 6 ++++++ 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/observe-application-swing/pom.xml b/observe-application-swing/pom.xml index 1ccef4e..46bb239 100644 --- a/observe-application-swing/pom.xml +++ b/observe-application-swing/pom.xml @@ -291,11 +291,6 @@ </dependency> <dependency> - <groupId>xpp3</groupId> - <artifactId>xpp3</artifactId> - </dependency> - - <dependency> <groupId>org.apache.struts.xwork</groupId> <artifactId>xwork-core</artifactId> </dependency> diff --git a/observe-services-model/pom.xml b/observe-services-model/pom.xml index ac7c03b..5ccc0e5 100644 --- a/observe-services-model/pom.xml +++ b/observe-services-model/pom.xml @@ -87,6 +87,12 @@ <artifactId>gson</artifactId> </dependency> + <!-- for GPS --> + <dependency> + <groupId>xpp3</groupId> + <artifactId>xpp3</artifactId> + </dependency> + </dependencies> <build> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.