|
@@ -32,10 +32,10 @@
|
|
|
<artifactId>spark-core_2.12</artifactId>
|
|
|
<version>${spark.version}</version>
|
|
|
<exclusions>
|
|
|
-<!-- <exclusion>-->
|
|
|
-<!-- <groupId>io.netty</groupId>-->
|
|
|
-<!-- <artifactId>netty-all</artifactId>-->
|
|
|
-<!-- </exclusion>-->
|
|
|
+ <!-- <exclusion>-->
|
|
|
+ <!-- <groupId>io.netty</groupId>-->
|
|
|
+ <!-- <artifactId>netty-all</artifactId>-->
|
|
|
+ <!-- </exclusion>-->
|
|
|
<exclusion>
|
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
|
<groupId>org.slf4j</groupId>
|
|
@@ -125,6 +125,12 @@
|
|
|
<groupId>org.glassfish.jersey.core</groupId>
|
|
|
<artifactId>jersey-common</artifactId>
|
|
|
<version>2.22.2</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>com.google.guava</groupId>
|
|
|
+ <artifactId>guava</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.glassfish.jersey.containers</groupId>
|