|
@@ -21,11 +21,44 @@
|
|
|
<version>${project.version}</version>
|
|
<version>${project.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.scalatra</groupId>
|
|
|
|
|
+ <artifactId>scalatra-scalatest_${scala.binary.version}</artifactId>
|
|
|
|
|
+ <scope>test</scope>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.apache.spark</groupId>
|
|
|
|
|
+ <artifactId>spark-assembly_${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>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.apache.spark</groupId>
|
|
<groupId>org.apache.spark</groupId>
|
|
|
<artifactId>spark-core_${scala.binary.version}</artifactId>
|
|
<artifactId>spark-core_${scala.binary.version}</artifactId>
|
|
|
<version>${spark.version}</version>
|
|
<version>${spark.version}</version>
|
|
|
<scope>provided</scope>
|
|
<scope>provided</scope>
|
|
|
|
|
+ <exclusions>
|
|
|
|
|
+ <exclusion>
|
|
|
|
|
+ <groupId>org.apache.httpcomponents</groupId>
|
|
|
|
|
+ <artifactId>httpclient</artifactId>
|
|
|
|
|
+ </exclusion>
|
|
|
|
|
+ <exclusion>
|
|
|
|
|
+ <groupId>org.apache.httpcomponents</groupId>
|
|
|
|
|
+ <artifactId>httpcore</artifactId>
|
|
|
|
|
+ </exclusion>
|
|
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
@@ -41,12 +74,6 @@
|
|
|
<artifactId>json4s-jackson_${scala.binary.version}</artifactId>
|
|
<artifactId>json4s-jackson_${scala.binary.version}</artifactId>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>org.scalatra</groupId>
|
|
|
|
|
- <artifactId>scalatra-scalatest_${scala.binary.version}</artifactId>
|
|
|
|
|
- <scope>test</scope>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>net.sf.py4j</groupId>
|
|
<groupId>net.sf.py4j</groupId>
|
|
|
<artifactId>py4j</artifactId>
|
|
<artifactId>py4j</artifactId>
|