HADOOP-14903. Add json-smart explicitly to pom.xml. (rchiang)

This commit is contained in:
Ray Chiang 2017-09-25 15:30:51 -07:00
parent 0889e5a8b7
commit cde804b91f
1 changed files with 9 additions and 0 deletions

View File

@ -1206,6 +1206,15 @@
</exclusion>
</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.
-->
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.3</version>
</dependency>
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>