aboutsummaryrefslogtreecommitdiff
path: root/core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/pom.xml')
-rw-r--r--core/pom.xml32
1 files changed, 10 insertions, 22 deletions
diff --git a/core/pom.xml b/core/pom.xml
index 385663a638..a55f58a9db 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -56,32 +56,24 @@
<artifactId>akka-slf4j_${scala.version}</artifactId>
</dependency>
<dependency>
- <groupId>it.unimi.dsi</groupId>
- <artifactId>fastutil</artifactId>
- </dependency>
- <dependency>
- <groupId>colt</groupId>
- <artifactId>colt</artifactId>
- </dependency>
- <dependency>
- <groupId>io.spray</groupId>
- <artifactId>spray-can</artifactId>
+ <groupId>org.scala-lang</groupId>
+ <artifactId>scalap</artifactId>
</dependency>
<dependency>
- <groupId>io.spray</groupId>
- <artifactId>spray-routing</artifactId>
+ <groupId>org.scala-lang</groupId>
+ <artifactId>scala-library</artifactId>
</dependency>
<dependency>
- <groupId>io.spray</groupId>
- <artifactId>spray-io</artifactId>
+ <groupId>net.liftweb</groupId>
+ <artifactId>lift-json_2.10</artifactId>
</dependency>
<dependency>
- <groupId>io.spray</groupId>
- <artifactId>spray-json_${scala.version}</artifactId>
+ <groupId>it.unimi.dsi</groupId>
+ <artifactId>fastutil</artifactId>
</dependency>
<dependency>
- <groupId>org.tomdz.twirl</groupId>
- <artifactId>twirl-api</artifactId>
+ <groupId>colt</groupId>
+ <artifactId>colt</artifactId>
</dependency>
<dependency>
<groupId>com.github.scala-incubator.io</groupId>
@@ -175,10 +167,6 @@
</environmentVariables>
</configuration>
</plugin>
- <plugin>
- <groupId>org.tomdz.twirl</groupId>
- <artifactId>twirl-maven-plugin</artifactId>
- </plugin>
</plugins>
</build>