You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by co...@apache.org on 2014/04/25 01:05:43 UTC

[34/50] git commit: BIGTOP-1217

BIGTOP-1217


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/12fade69
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/12fade69
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/12fade69

Branch: refs/heads/master
Commit: 12fade69ceb876e4bdc577a7a5d6147a62fa2b48
Parents: 208b693
Author: root <ro...@vmhost9-vm5.frem.wandisco.com>
Authored: Fri Feb 21 12:12:32 2014 -0800
Committer: root <ro...@vmhost9-vm5.frem.wandisco.com>
Committed: Fri Feb 21 12:12:32 2014 -0800

----------------------------------------------------------------------
 bigtop-tests/test-artifacts/spark/pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/12fade69/bigtop-tests/test-artifacts/spark/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-artifacts/spark/pom.xml b/bigtop-tests/test-artifacts/spark/pom.xml
index d22b7f3..3025f3e 100644
--- a/bigtop-tests/test-artifacts/spark/pom.xml
+++ b/bigtop-tests/test-artifacts/spark/pom.xml
@@ -32,6 +32,20 @@
   <version>0.8.0-SNAPSHOT</version>
   <name>sparksmoke</name>
 
+  <repositories>
+    <repository>
+      <id>akka-repo</id>
+      <name>Akka Repository</name>
+      <url>http://repo.akka.io/releases/</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.spark</groupId>