aboutsummaryrefslogtreecommitdiff
path: root/core/pom.xml
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2013-06-18 16:50:23 -0700
committerPatrick Wendell <pwendell@gmail.com>2013-06-22 10:31:36 -0700
commit17f145f3bcdee12d2d965af3bc2ae3f9aa2d8ff3 (patch)
tree632fb511c157f840325e239556e2cbadc98a7111 /core/pom.xml
parent4e1f202481844d950ef2a80679bdc9cee85f0b75 (diff)
downloadspark-17f145f3bcdee12d2d965af3bc2ae3f9aa2d8ff3.tar.gz
spark-17f145f3bcdee12d2d965af3bc2ae3f9aa2d8ff3.tar.bz2
spark-17f145f3bcdee12d2d965af3bc2ae3f9aa2d8ff3.zip
Updating Maven build
Diffstat (limited to 'core/pom.xml')
-rw-r--r--core/pom.xml24
1 files changed, 4 insertions, 20 deletions
diff --git a/core/pom.xml b/core/pom.xml
index 88f0ed70f3..5edafb3706 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -56,6 +56,10 @@
<artifactId>akka-slf4j</artifactId>
</dependency>
<dependency>
+ <groupId>net.liftweb</groupId>
+ <artifactId>lift-json_2.9.2</artifactId>
+ </dependency>
+ <dependency>
<groupId>it.unimi.dsi</groupId>
<artifactId>fastutil</artifactId>
</dependency>
@@ -64,22 +68,6 @@
<artifactId>colt</artifactId>
</dependency>
<dependency>
- <groupId>cc.spray</groupId>
- <artifactId>spray-can</artifactId>
- </dependency>
- <dependency>
- <groupId>cc.spray</groupId>
- <artifactId>spray-server</artifactId>
- </dependency>
- <dependency>
- <groupId>cc.spray</groupId>
- <artifactId>spray-json_2.9.2</artifactId>
- </dependency>
- <dependency>
- <groupId>org.tomdz.twirl</groupId>
- <artifactId>twirl-api</artifactId>
- </dependency>
- <dependency>
<groupId>com.github.scala-incubator.io</groupId>
<artifactId>scala-io-file_2.9.2</artifactId>
</dependency>
@@ -171,10 +159,6 @@
</environmentVariables>
</configuration>
</plugin>
- <plugin>
- <groupId>org.tomdz.twirl</groupId>
- <artifactId>twirl-maven-plugin</artifactId>
- </plugin>
</plugins>
</build>