-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.0-beta1
-
Fix Version/s: 3.0.0-beta1, 2.10.0, 2.9.1, 2.8.4
-
Component/s: common
-
Labels:None
-
Hadoop Flags:Reviewed
With the library update in HADOOP-14799, maven knows how to pull in net.minidev:json-smart for tests, but not for packaging. This needs to be added to the main project pom in order to avoid this warning:
[WARNING] The POM for net.minidev:json-smart:jar:2.3-SNAPSHOT is missing, no dependency information available
This is pulled in from a few places:
[INFO] | +- org.apache.hadoop:hadoop-auth:jar:3.1.0-SNAPSHOT:compile [INFO] | | +- com.nimbusds:nimbus-jose-jwt:jar:4.41.1:compile [INFO] | | | +- com.github.stephenc.jcip:jcip-annotations:jar:1.0-1:compile [INFO] | | | \- net.minidev:json-smart:jar:2.3:compile [INFO] | | \- org.apache.kerby:token-provider:jar:1.0.1:compile [INFO] | | \- com.nimbusds:nimbus-jose-jwt:jar:4.41.1:compile [INFO] | | +- com.github.stephenc.jcip:jcip-annotations:jar:1.0-1:compile [INFO] | | \- net.minidev:json-smart:jar:2.3:compile
- is related to
-
HADOOP-14799 Update nimbus-jose-jwt to 4.41.1
-
- Resolved
-