|
|
@@ -23,53 +23,36 @@
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
- <groupId>org.scalatra</groupId>
|
|
|
- <artifactId>scalatra-scalatest_${scala.binary.version}</artifactId>
|
|
|
- <scope>test</scope>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <groupId>org.apache.httpcomponents</groupId>
|
|
|
- <artifactId>httpclient</artifactId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <groupId>org.apache.httpcomponents</groupId>
|
|
|
- <artifactId>httpcore</artifactId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
+ <groupId>com.fasterxml.jackson.core</groupId>
|
|
|
+ <artifactId>jackson-core</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
- <groupId>org.apache.httpcomponents</groupId>
|
|
|
- <artifactId>httpclient</artifactId>
|
|
|
- <scope>test</scope>
|
|
|
+ <groupId>com.fasterxml.jackson.core</groupId>
|
|
|
+ <artifactId>jackson-databind</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
- <groupId>org.apache.httpcomponents</groupId>
|
|
|
- <artifactId>httpcore</artifactId>
|
|
|
- <scope>test</scope>
|
|
|
+ <groupId>commons-codec</groupId>
|
|
|
+ <artifactId>commons-codec</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
- <groupId>commons-codec</groupId>
|
|
|
- <artifactId>commons-codec</artifactId>
|
|
|
+ <groupId>javax.servlet</groupId>
|
|
|
+ <artifactId>javax.servlet-api</artifactId>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.httpcomponents</groupId>
|
|
|
+ <artifactId>httpclient</artifactId>
|
|
|
+ <scope>test</scope>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.apache.spark</groupId>
|
|
|
- <artifactId>spark-assembly_${scala.binary.version}</artifactId>
|
|
|
+ <artifactId>spark-repl_${scala.binary.version}</artifactId>
|
|
|
<version>${spark.version}</version>
|
|
|
- <scope>test</scope>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <groupId>org.apache.httpcomponents</groupId>
|
|
|
- <artifactId>httpclient</artifactId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <groupId>org.apache.httpcomponents</groupId>
|
|
|
- <artifactId>httpcore</artifactId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
+ <scope>provided</scope>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
@@ -90,47 +73,57 @@
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
- <groupId>org.xerial.snappy</groupId>
|
|
|
- <artifactId>snappy-java</artifactId>
|
|
|
- <version>1.1.1.6</version>
|
|
|
- <scope>test</scope>
|
|
|
+ <groupId>org.eclipse.jetty</groupId>
|
|
|
+ <artifactId>jetty-server</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
- <groupId>org.apache.spark</groupId>
|
|
|
- <artifactId>spark-repl_${scala.binary.version}</artifactId>
|
|
|
- <version>${spark.version}</version>
|
|
|
- <scope>provided</scope>
|
|
|
+ <groupId>org.eclipse.jetty</groupId>
|
|
|
+ <artifactId>jetty-servlet</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
- <groupId>org.eclipse.jetty</groupId>
|
|
|
- <artifactId>jetty-servlet</artifactId>
|
|
|
+ <groupId>org.json4s</groupId>
|
|
|
+ <artifactId>json4s-ast_${scala.binary.version}</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
- <groupId>org.eclipse.jetty</groupId>
|
|
|
- <artifactId>jetty-server</artifactId>
|
|
|
+ <groupId>org.json4s</groupId>
|
|
|
+ <artifactId>json4s-core_${scala.binary.version}</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
- <groupId>org.eclipse.jetty</groupId>
|
|
|
- <artifactId>jetty-plus</artifactId>
|
|
|
+ <groupId>org.json4s</groupId>
|
|
|
+ <artifactId>json4s-jackson_${scala.binary.version}</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
- <groupId>org.eclipse.jetty</groupId>
|
|
|
- <artifactId>jetty-util</artifactId>
|
|
|
+ <groupId>org.scala-lang</groupId>
|
|
|
+ <artifactId>scala-compiler</artifactId>
|
|
|
+ <scope>provided</scope>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
- <groupId>org.eclipse.jetty</groupId>
|
|
|
- <artifactId>jetty-http</artifactId>
|
|
|
+ <groupId>org.scala-lang</groupId>
|
|
|
+ <artifactId>scala-library</artifactId>
|
|
|
+ <scope>provided</scope>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
- <groupId>org.json4s</groupId>
|
|
|
- <artifactId>json4s-jackson_${scala.binary.version}</artifactId>
|
|
|
+ <groupId>org.scala-lang</groupId>
|
|
|
+ <artifactId>scala-reflect</artifactId>
|
|
|
+ <scope>provided</scope>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.scalatest</groupId>
|
|
|
+ <artifactId>scalatest_${scala.binary.version}</artifactId>
|
|
|
+ <scope>test</scope>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.scalatra</groupId>
|
|
|
+ <artifactId>scalatra_${scala.binary.version}</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
@@ -138,6 +131,29 @@
|
|
|
<artifactId>scalatra-json_${scala.binary.version}</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.scalatra</groupId>
|
|
|
+ <artifactId>scalatra-scalatest_${scala.binary.version}</artifactId>
|
|
|
+ <scope>test</scope>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.scalatra</groupId>
|
|
|
+ <artifactId>scalatra-test_${scala.binary.version}</artifactId>
|
|
|
+ <scope>test</scope>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.slf4j</groupId>
|
|
|
+ <artifactId>slf4j-api</artifactId>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.xerial.snappy</groupId>
|
|
|
+ <artifactId>snappy-java</artifactId>
|
|
|
+ <scope>test</scope>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>net.sf.py4j</groupId>
|
|
|
<artifactId>py4j</artifactId>
|
|
|
@@ -149,11 +165,6 @@
|
|
|
<artifactId>dispatch-core_${scala.binary.version}</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>net.databinder.dispatch</groupId>
|
|
|
- <artifactId>dispatch-json4s-jackson_${scala.binary.version}</artifactId>
|
|
|
- </dependency>
|
|
|
-
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|