[
https://issues.apache.org/jira/browse/HADOOP-15992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16719759#comment-16719759
]
Akira Ajisaka commented on HADOOP-15992:
----------------------------------------
We need to upgrade aliyun-java-sdk-core version to 4.0.0 or upper.
https://github.com/aliyun/aliyun-openapi-java-sdk/commit/8240a4c89229e62db173bd8b32789de78667b2d4
The latest version of aliyun-sdk-oss is 3.3.0 and it uses aliyun-java-sdk-core
3.4.0, so we need to upgrade the dependency manually.
> JSON License is included in the transitive dependency of aliyun-sdk-oss 3.0.0
> -----------------------------------------------------------------------------
>
> Key: HADOOP-15992
> URL: https://issues.apache.org/jira/browse/HADOOP-15992
> Project: Hadoop Common
> Issue Type: Bug
> Affects Versions: 2.9.2
> Reporter: Akira Ajisaka
> Priority: Blocker
>
> This is the output of {{mvn dependency:tree}}
> {noformat}
> [INFO] +- com.aliyun.oss:aliyun-sdk-oss:jar:3.0.0:compile
> [INFO] | +- org.jdom:jdom:jar:1.1:compile
> [INFO] | +- com.sun.jersey:jersey-json:jar:1.19:compile
> [INFO] | | +- org.codehaus.jettison:jettison:jar:1.1:compile
> [INFO] | | +- com.sun.xml.bind:jaxb-impl:jar:2.2.3-1:compile
> [INFO] | | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile
> [INFO] | | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile
> [INFO] | | +- org.codehaus.jackson:jackson-jaxrs:jar:1.9.13:compile
> [INFO] | | \- org.codehaus.jackson:jackson-xc:jar:1.9.13:compile
> [INFO] | +- com.aliyun:aliyun-java-sdk-core:jar:3.4.0:compile
> [INFO] | | \- org.json:json:jar:20170516:compile
> {noformat}
> The license of org.json:json:jar:20170516:compile is JSON License, which
> cannot be included.
> https://www.apache.org/legal/resolved.html#json
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]