aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-01-07 00:21:43 -0800
committerPatrick Wendell <pwendell@gmail.com>2014-01-07 15:39:47 -0800
commite21a707a13b437327cef25d44ef08ddb2e3931af (patch)
treeb65265b3101a9721d9206ae54f4f13d0740a13e8 /pom.xml
parentb72cceba2727586c1e1f89c58b66417628e1afa7 (diff)
downloadspark-e21a707a13b437327cef25d44ef08ddb2e3931af.tar.gz
spark-e21a707a13b437327cef25d44ef08ddb2e3931af.tar.bz2
spark-e21a707a13b437327cef25d44ef08ddb2e3931af.zip
Adding unit tests and some refactoring to promote testability.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 78d2f162b5..7b734c5371 100644
--- a/pom.xml
+++ b/pom.xml
@@ -270,6 +270,18 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>${akka.group}</groupId>
+ <artifactId>akka-testkit_${scala.binary.version}</artifactId>
+ <version>${akka.version}</version>
+ <scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.jboss.netty</groupId>
+ <artifactId>netty</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
<groupId>it.unimi.dsi</groupId>
<artifactId>fastutil</artifactId>
<version>6.4.4</version>