|
@@ -14,7 +14,7 @@
|
|
|
<properties>
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
<spark.version>2.4.8</spark.version>
|
|
|
<scala.version>2.11.8</scala.version>
|
|
|
<emr.version>2.0.0</emr.version>
|
|
@@ -48,6 +48,26 @@
|
|
|
<artifactId>guava</artifactId>
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>jersey-server</artifactId>
|
|
|
+ <groupId>org.glassfish.jersey.core</groupId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>jersey-common</artifactId>
|
|
|
+ <groupId>org.glassfish.jersey.core</groupId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>jersey-client</artifactId>
|
|
|
+ <groupId>org.glassfish.jersey.core</groupId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>jersey-container-servlet</artifactId>
|
|
|
+ <groupId>org.glassfish.jersey.containers</groupId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>jersey-container-servlet-core</artifactId>
|
|
|
+ <groupId>org.glassfish.jersey.containers</groupId>
|
|
|
+ </exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
@@ -73,6 +93,67 @@
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.glassfish.jersey.core</groupId>
|
|
|
+ <artifactId>jersey-server</artifactId>
|
|
|
+ <version>2.22.2</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>jersey-media-jaxb</artifactId>
|
|
|
+ <groupId>org.glassfish.jersey.media</groupId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>jersey-client</artifactId>
|
|
|
+ <groupId>org.glassfish.jersey.core</groupId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>jersey-common</artifactId>
|
|
|
+ <groupId>org.glassfish.jersey.core</groupId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.glassfish.jersey.core</groupId>
|
|
|
+ <artifactId>jersey-common</artifactId>
|
|
|
+ <version>2.22.2</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.glassfish.jersey.containers</groupId>
|
|
|
+ <artifactId>jersey-container-servlet</artifactId>
|
|
|
+ <version>2.22.2</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.glassfish.jersey.containers</groupId>
|
|
|
+ <artifactId>jersey-container-servlet-core</artifactId>
|
|
|
+ <version>2.22.2</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.glassfish.jersey.media</groupId>
|
|
|
+ <artifactId>jersey-media-jaxb</artifactId>
|
|
|
+ <version>2.22.2</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>jersey-common</artifactId>
|
|
|
+ <groupId>org.glassfish.jersey.core</groupId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.glassfish.jersey.core</groupId>
|
|
|
+ <artifactId>jersey-client</artifactId>
|
|
|
+ <version>2.22.2</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>jersey-common</artifactId>
|
|
|
+ <groupId>org.glassfish.jersey.core</groupId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.codehaus.janino</groupId>
|
|
|
<artifactId>janino</artifactId>
|