Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-beta1
-
None
-
Reviewed
Description
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
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-14799 Update nimbus-jose-jwt to 4.41.1
- Resolved
-
HADOOP-18687 Remove unnecessary dependency on json-smart
- Resolved