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/02/22 00:36:23 UTC

git commit: BIGTOP-1217. Spark test-artifact missing repository for install

Repository: bigtop
Updated Branches:
  refs/heads/master b91629c91 -> f241a0d29


BIGTOP-1217. Spark test-artifact missing repository for install


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

Branch: refs/heads/master
Commit: f241a0d29aac950d0ee32c75522427cca4d9eeed
Parents: b91629c
Author: Virginia Wang <vi...@wandisco.com>
Authored: Fri Feb 21 15:36:01 2014 -0800
Committer: Konstantin Boudnik <co...@apache.org>
Committed: Fri Feb 21 15:36:01 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/f241a0d2/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>