HADOOP-14903. Add json-smart explicitly to pom.xml. Contributed by Brahma Reddy Battula and Ray Chiang
This commit is contained in:
parent
eeb731307f
commit
7307a89ec1
|
@ -1160,6 +1160,15 @@
|
||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!-- 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.
|
||||||
|
-->
|
||||||
|
<dependency>
|
||||||
|
<groupId>net.minidev</groupId>
|
||||||
|
<artifactId>json-smart</artifactId>
|
||||||
|
<version>1.3.1</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.skyscreamer</groupId>
|
<groupId>org.skyscreamer</groupId>
|
||||||
|
|
Loading…
Reference in New Issue