[ 
https://issues.apache.org/jira/browse/HADOOP-14799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16174949#comment-16174949
 ] 

Steve Loughran commented on HADOOP-14799:
-----------------------------------------

Since this has gone in, I'm now seeing builds looking for a 2.3-SNAPSHOT 
version of json-smart.jar and the message 
{code}
[WARNING] The POM for net.minidev:json-smart:jar:2.3-SNAPSHOT is missing, no 
dependency information available
{code}

The actual log is fixing to the version 2.3

{code}
[INFO] |  +- org.apache.hadoop:hadoop-auth:jar:3.1.0-SNAPSHOT:provided
[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 (version selected 
from constraint [1.3.1,2.3])
[INFO] |  |  |     \- net.minidev:accessors-smart:jar:1.2:compile
[INFO] |  |  |        \- org.ow2.asm:asm:jar:5.0.4:compile
{code}

If I rm the stub entry in ~/m2/repository, a scan for the JAR is made again

{code}
Downloading: 
https://repository.apache.org/content/repositories/snapshots/net/minidev/json-smart/2.3-SNAPSHOT/maven-metadata.xml
Downloading: 
https://s3-us-west-2.amazonaws.com/dynamodb-local/release/net/minidev/json-smart/2.3-SNAPSHOT/maven-metadata.xml
Downloading: 
https://s3-us-west-2.amazonaws.com/dynamodb-local/release/net/minidev/json-smart/2.3-SNAPSHOT/json-smart-2.3-SNAPSHOT.pom
Downloading: 
https://repository.apache.org/content/repositories/snapshots/net/minidev/json-smart/2.3-SNAPSHOT/json-smart-2.3-SNAPSHOT.pom
[WARNING] The POM for net.minidev:json-smart:jar:2.3-SNAPSHOT is missing, no 
dependency information available
{code}

I think the constraint declaration is causing this...we may need to force the 
json-smart version into place to stop this and guarantee that the exact version 
we want is always pulled in. Reopening the JIRA so we can consider it here

> Update nimbus-jose-jwt to 4.41.1
> --------------------------------
>
>                 Key: HADOOP-14799
>                 URL: https://issues.apache.org/jira/browse/HADOOP-14799
>             Project: Hadoop Common
>          Issue Type: Sub-task
>            Reporter: Ray Chiang
>            Assignee: Ray Chiang
>             Fix For: 3.0.0-beta1
>
>         Attachments: HADOOP-14799.001.patch, HADOOP-14799.002.patch, 
> HADOOP-14799.003.patch
>
>
> Update the dependency
>     com.nimbusds:nimbus-jose-jwt:3.9
> to the latest (4.41.1)



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to