|
@@ -14,7 +14,7 @@
|
|
<properties>
|
|
<properties>
|
|
<!-- <spark.version>3.3.1</spark.version>-->
|
|
<!-- <spark.version>3.3.1</spark.version>-->
|
|
<!-- <scala.version>2.12.15</scala.version>-->
|
|
<!-- <scala.version>2.12.15</scala.version>-->
|
|
-<!-- <spark.version>2.3.0</spark.version>-->
|
|
|
|
|
|
+ <!-- <spark.version>2.3.0</spark.version>-->
|
|
<spark.version>2.4.8</spark.version>
|
|
<spark.version>2.4.8</spark.version>
|
|
<scala.version>2.11.8</scala.version>
|
|
<scala.version>2.11.8</scala.version>
|
|
<emr.version>2.0.0</emr.version>
|
|
<emr.version>2.0.0</emr.version>
|
|
@@ -48,6 +48,26 @@
|
|
<artifactId>guava</artifactId>
|
|
<artifactId>guava</artifactId>
|
|
<groupId>com.google.guava</groupId>
|
|
<groupId>com.google.guava</groupId>
|
|
</exclusion>
|
|
</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>
|
|
</exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
@@ -73,6 +93,67 @@
|
|
</exclusion>
|
|
</exclusion>
|
|
</exclusions>
|
|
</exclusions>
|
|
</dependency>
|
|
</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</groupId>-->
|
|
|
|
+<!-- <artifactId>project</artifactId>-->
|
|
|
|
+<!-- <version>2.22.2</version>-->
|
|
|
|
+<!-- </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>
|
|
<dependency>
|
|
<groupId>org.codehaus.janino</groupId>
|
|
<groupId>org.codehaus.janino</groupId>
|
|
<artifactId>janino</artifactId>
|
|
<artifactId>janino</artifactId>
|