You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Ray Chiang (JIRA)" <ji...@apache.org> on 2017/09/22 20:29:00 UTC

[jira] [Created] (HADOOP-14903) Add json-smart explicitly to pom.xml

Ray Chiang created HADOOP-14903:
-----------------------------------

             Summary: Add json-smart explicitly to pom.xml
                 Key: HADOOP-14903
                 URL: https://issues.apache.org/jira/browse/HADOOP-14903
             Project: Hadoop Common
          Issue Type: Bug
          Components: common
            Reporter: Ray Chiang
            Assignee: Ray Chiang


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:

{noformat}
[WARNING] The POM for net.minidev:json-smart:jar:2.3-SNAPSHOT is missing, no dependency information available
{noformat}

This is pulled in from a few places:

{noformat}
[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
{noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org