Remove optional JTS dependency that wasn't needed.
Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/6e80b974 Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/6e80b974 Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/6e80b974 Branch: refs/heads/master Commit: 6e80b97444dadfc7f966aabc2f138aea213f217e Parents: 3e883b2 Author: Serge Huber <[email protected]> Authored: Thu Nov 19 11:48:52 2015 +0100 Committer: Serge Huber <[email protected]> Committed: Thu Nov 19 11:48:52 2015 +0100 ---------------------------------------------------------------------- NOTICE | 3 --- persistence-elasticsearch/core/pom.xml | 5 +++-- 2 files changed, 3 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/6e80b974/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE index 00b7c55..1b1c3a2 100644 --- a/NOTICE +++ b/NOTICE @@ -522,9 +522,6 @@ Licensed under the Dual license consisting of the CDDL v1.1 and GPL v2. This product includes the software JSR-250 Common Annotations for the JavaTM Platform. Licensed under the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0. -This product includes the software JTS Topology Suite. -Licensed under the Lesser General Public License (LGPL). - This product includes the software JUnit. Licensed under the Common Public License Version 1.0. http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/6e80b974/persistence-elasticsearch/core/pom.xml ---------------------------------------------------------------------- diff --git a/persistence-elasticsearch/core/pom.xml b/persistence-elasticsearch/core/pom.xml index 383fb89..eb9f938 100644 --- a/persistence-elasticsearch/core/pom.xml +++ b/persistence-elasticsearch/core/pom.xml @@ -97,11 +97,11 @@ <artifactId>spatial4j</artifactId> <version>0.4.1</version> </dependency> - <dependency> + <!--dependency> <groupId>com.vividsolutions</groupId> <artifactId>jts</artifactId> <version>1.13</version> - </dependency> + </dependency--> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-all</artifactId> @@ -184,6 +184,7 @@ com.thoughtworks.qdox;resolution:=optional, com.thoughtworks.qdox.model;resolution:=optional, com.thoughtworks.xstream;resolution:=optional, + com.vividsolutions.jts.*;resolution:=optional, groovyjarjarasm.asm.tree.analysis;resolution:=optional, javax.accessibility;resolution:=optional, javax.annotation;resolution:=optional,
