|
@@ -110,8 +110,20 @@
|
|
<groupId>org.bouncycastle</groupId>
|
|
<groupId>org.bouncycastle</groupId>
|
|
<artifactId>bcprov-jdk15on</artifactId>
|
|
<artifactId>bcprov-jdk15on</artifactId>
|
|
</exclusion>
|
|
</exclusion>
|
|
|
|
+ <!-- HACK. Transitive dependency for nimbus-jose-jwt. Needed for
|
|
|
|
+ packaging. Please re-check this version when updating
|
|
|
|
+ nimbus-jose-jwt. Please read HADOOP-14903 for more details.
|
|
|
|
+ -->
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>net.minidev</groupId>
|
|
|
|
+ <artifactId>json-smart</artifactId>
|
|
|
|
+ </exclusion>
|
|
</exclusions>
|
|
</exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>net.minidev</groupId>
|
|
|
|
+ <artifactId>json-smart</artifactId>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.apache.zookeeper</groupId>
|
|
<groupId>org.apache.zookeeper</groupId>
|
|
<artifactId>zookeeper</artifactId>
|
|
<artifactId>zookeeper</artifactId>
|