Repository: incubator-rya
Updated Branches:
  refs/heads/master 7d81364d0 -> 2925cf6d1


BUILD FIX Modifying accumulo-minicluster scope

There was a build breaking change pushed to the repo.  I modified poms
to fix this issue and created several JIRA tickets to get a cleaner fix.


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

Branch: refs/heads/master
Commit: 2925cf6d12d37213e85300b2ae8839f7db5253ab
Parents: 7d81364
Author: Aaron Mihalik <miha...@alum.mit.edu>
Authored: Tue Sep 27 13:21:23 2016 -0400
Committer: Aaron Mihalik <miha...@alum.mit.edu>
Committed: Tue Sep 27 13:23:22 2016 -0400

----------------------------------------------------------------------
 extras/indexingExample/pom.xml            | 4 +++-
 extras/rya.merger/pom.xml                 | 6 ++++++
 extras/rya.pcj.fluo/pcj.fluo.demo/pom.xml | 7 +++++++
 extras/rya.reasoning/pom.xml              | 3 ++-
 4 files changed, 18 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/2925cf6d/extras/indexingExample/pom.xml
----------------------------------------------------------------------
diff --git a/extras/indexingExample/pom.xml b/extras/indexingExample/pom.xml
index 2c37057..58689de 100644
--- a/extras/indexingExample/pom.xml
+++ b/extras/indexingExample/pom.xml
@@ -68,7 +68,9 @@ under the License.
         <dependency>
             <groupId>org.apache.accumulo</groupId>
             <artifactId>accumulo-minicluster</artifactId>
-            <version>${accumulo.version}</version>
+            <!-- Note: accumulo-minicluster is normally used for testing 
purposes
+                 But we are using it for an example in this project -->
+            <scope>compile</scope>
         </dependency>
         
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/2925cf6d/extras/rya.merger/pom.xml
----------------------------------------------------------------------
diff --git a/extras/rya.merger/pom.xml b/extras/rya.merger/pom.xml
index d7c6ef5..40f2f01 100644
--- a/extras/rya.merger/pom.xml
+++ b/extras/rya.merger/pom.xml
@@ -166,6 +166,12 @@ under the License.
             <artifactId>twitter4j-stream</artifactId>
             <version>4.0.1</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.accumulo</groupId>
+            <artifactId>accumulo-minicluster</artifactId>
+            <!-- TODO: RYA-194 -->
+            <scope>compile</scope>
+        </dependency>
     </dependencies>
 
     <build>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/2925cf6d/extras/rya.pcj.fluo/pcj.fluo.demo/pom.xml
----------------------------------------------------------------------
diff --git a/extras/rya.pcj.fluo/pcj.fluo.demo/pom.xml 
b/extras/rya.pcj.fluo/pcj.fluo.demo/pom.xml
index dbabfd8..7396cee 100644
--- a/extras/rya.pcj.fluo/pcj.fluo.demo/pom.xml
+++ b/extras/rya.pcj.fluo/pcj.fluo.demo/pom.xml
@@ -56,6 +56,13 @@ under the License.
             <groupId>io.fluo</groupId>
             <artifactId>fluo-mini</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.accumulo</groupId>
+            <artifactId>accumulo-minicluster</artifactId>
+            <!-- Note: accumulo-minicluster is normally used for testing 
purposes
+                 But we are using it for an example in this project -->
+            <scope>compile</scope>
+        </dependency>
     </dependencies>
     
     <build>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/2925cf6d/extras/rya.reasoning/pom.xml
----------------------------------------------------------------------
diff --git a/extras/rya.reasoning/pom.xml b/extras/rya.reasoning/pom.xml
index bc00404..d6e3f1f 100644
--- a/extras/rya.reasoning/pom.xml
+++ b/extras/rya.reasoning/pom.xml
@@ -57,7 +57,8 @@ under the License.
         <dependency>
             <groupId>org.apache.accumulo</groupId>
             <artifactId>accumulo-minicluster</artifactId>
-            <version>${accumulo.version}</version>
+            <!-- TODO: RYA-193 -->
+            <scope>compile</scope>
         </dependency>
 
         <dependency>

Reply via email to