You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rya.apache.org by mi...@apache.org on 2016/10/13 19:05:20 UTC

[7/7] incubator-rya git commit: RYA-142 Removing Fluo from Geoindexing Project

RYA-142 Removing Fluo from Geoindexing Project


Project: http://git-wip-us.apache.org/repos/asf/incubator-rya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-rya/commit/a08059a0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-rya/tree/a08059a0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-rya/diff/a08059a0

Branch: refs/heads/master
Commit: a08059a0bc9a08754a17c32a6934fd6015ae61fd
Parents: 878b53a
Author: Aaron Mihalik <mi...@alum.mit.edu>
Authored: Thu Oct 13 15:03:59 2016 -0400
Committer: Aaron Mihalik <mi...@alum.mit.edu>
Committed: Thu Oct 13 15:03:59 2016 -0400

----------------------------------------------------------------------
 extras/rya.geoindexing/pom.xml | 14 --------------
 1 file changed, 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/a08059a0/extras/rya.geoindexing/pom.xml
----------------------------------------------------------------------
diff --git a/extras/rya.geoindexing/pom.xml b/extras/rya.geoindexing/pom.xml
index d41cdc5..1c2040a 100644
--- a/extras/rya.geoindexing/pom.xml
+++ b/extras/rya.geoindexing/pom.xml
@@ -92,15 +92,6 @@
 			<artifactId>geomesa-accumulo-datastore</artifactId>
 		</dependency>
 
-		<!-- PCJ Indexing -->
-		<dependency>
-			<groupId>org.apache.rya</groupId>
-			<artifactId>rya.indexing.pcj</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.rya</groupId>
-			<artifactId>rya.pcj.fluo.api</artifactId>
-		</dependency>
 
 		<dependency>
 			<groupId>junit</groupId>
@@ -113,11 +104,6 @@
 			<scope>test</scope>
 		</dependency>
         <dependency>
-            <groupId>io.fluo</groupId>
-            <artifactId>fluo-mini</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>org.apache.rya</groupId>
             <artifactId>accumulo.rya</artifactId>
             <version>${project.version}</version>