|
|
@@ -16,51 +16,44 @@
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>ch.qos.logback</groupId>
|
|
|
- <artifactId>logback-classic</artifactId>
|
|
|
- </dependency>
|
|
|
-
|
|
|
<dependency>
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
<artifactId>logback-access</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
- <!-- promoted to compile so they are included in the assembly. -->
|
|
|
<dependency>
|
|
|
- <groupId>org.eclipse.jetty</groupId>
|
|
|
- <artifactId>jetty-http</artifactId>
|
|
|
- <scope>compile</scope>
|
|
|
+ <groupId>javax.servlet</groupId>
|
|
|
+ <artifactId>javax.servlet-api</artifactId>
|
|
|
</dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
- <artifactId>jetty-continuation</artifactId>
|
|
|
- <scope>compile</scope>
|
|
|
+ <artifactId>jetty-server</artifactId>
|
|
|
</dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
<artifactId>jetty-servlet</artifactId>
|
|
|
- <scope>compile</scope>
|
|
|
</dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
- <artifactId>jetty-server</artifactId>
|
|
|
- <scope>compile</scope>
|
|
|
+ <artifactId>jetty-util</artifactId>
|
|
|
</dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
- <groupId>org.eclipse.jetty</groupId>
|
|
|
- <artifactId>jetty-util</artifactId>
|
|
|
- <scope>compile</scope>
|
|
|
+ <groupId>org.json4s</groupId>
|
|
|
+ <artifactId>json4s-ast_${scala.binary.version}</artifactId>
|
|
|
</dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
- <groupId>org.eclipse.jetty</groupId>
|
|
|
- <artifactId>jetty-plus</artifactId>
|
|
|
- <scope>compile</scope>
|
|
|
+ <groupId>org.json4s</groupId>
|
|
|
+ <artifactId>json4s-core_${scala.binary.version}</artifactId>
|
|
|
</dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
- <groupId>org.eclipse.jetty</groupId>
|
|
|
- <artifactId>jetty-security</artifactId>
|
|
|
- <scope>compile</scope>
|
|
|
+ <groupId>org.scala-lang</groupId>
|
|
|
+ <artifactId>scala-library</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
@@ -75,29 +68,14 @@
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
- <groupId>org.scalatra</groupId>
|
|
|
- <artifactId>scalatra-jetty_${scala.binary.version}</artifactId>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.scalatra</groupId>
|
|
|
- <artifactId>scalatra-scalatest_${scala.binary.version}</artifactId>
|
|
|
+ <groupId>org.scalatest</groupId>
|
|
|
+ <artifactId>scalatest_${scala.binary.version}</artifactId>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
- <groupId>org.scalatra</groupId>
|
|
|
- <artifactId>scalatra-json_2.10</artifactId>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.json4s</groupId>
|
|
|
- <artifactId>json4s_2.10</artifactId>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.json4s</groupId>
|
|
|
- <artifactId>json4s-jackson_2.10</artifactId>
|
|
|
+ <groupId>org.slf4j</groupId>
|
|
|
+ <artifactId>slf4j-api</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
</dependencies>
|