This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d79a3f  JENA-1718: Remove jena-spatial from the build
     new d29ae49  Merge pull request #575 from afs/no-spatial
0d79a3f is described below

commit 0d79a3f84f150e131c0d55789d13191e6a7db822
Author: Andy Seaborne <[email protected]>
AuthorDate: Sat Jun 1 17:24:49 2019 +0100

    JENA-1718: Remove jena-spatial from the build
---
 jena-fuseki2/jena-fuseki-webapp/pom.xml | 7 -------
 pom.xml                                 | 9 ---------
 2 files changed, 16 deletions(-)

diff --git a/jena-fuseki2/jena-fuseki-webapp/pom.xml 
b/jena-fuseki2/jena-fuseki-webapp/pom.xml
index 9feab86..d618782 100644
--- a/jena-fuseki2/jena-fuseki-webapp/pom.xml
+++ b/jena-fuseki2/jena-fuseki-webapp/pom.xml
@@ -48,7 +48,6 @@
       <artifactId>jetty-webapp</artifactId>
     </dependency>
 
-    <!-- Text and spatial -->
     <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>jena-text</artifactId>
@@ -56,12 +55,6 @@
     </dependency>
 
     <dependency>
-      <groupId>org.apache.jena</groupId>
-      <artifactId>jena-spatial</artifactId>
-      <version>3.13.0-SNAPSHOT</version>
-    </dependency>
-
-    <dependency>
       <groupId>org.apache.shiro</groupId>
       <artifactId>shiro-core</artifactId>
     </dependency>
diff --git a/pom.xml b/pom.xml
index 5db2910..ae0c99f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,6 @@
 
         <module>jena-text</module>
         <!-- <module>jena-text-es</module>        -->
-        <module>jena-spatial</module>
 
         <module>jena-cmds</module>
         <module>jena-fuseki2</module>
@@ -233,7 +232,6 @@
 
         <module>jena-text</module>
         <module>jena-text-es</module>
-        <module>jena-spatial</module>
 
         <module>jena-cmds</module>
         <module>jena-fuseki2</module>
@@ -493,13 +491,6 @@
         <version>${ver.lucene}</version>
       </dependency>
 
-      <!-- For jena-spatial -->
-      <dependency>
-        <groupId>org.apache.lucene</groupId>
-        <artifactId>lucene-spatial</artifactId>
-        <version>${ver.lucene}</version>
-      </dependency>
-
       <dependency>
         <groupId>org.apache.lucene</groupId>
         <artifactId>lucene-spatial-extras</artifactId>

Reply via email to