Discussion:
[jira] [Created] (HADOOP-15992) JSON License is included in the transitive dependency of aliyun-sdk-oss 3.0.0
Akira Ajisaka (JIRA)
2018-12-10 05:04:00 UTC
Permalink
Akira Ajisaka created HADOOP-15992:
--------------------------------------

Summary: 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


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: common-dev-***@hadoop.apache.org
For additional commands, e-mail: common-dev-***@hadoop.apache.org
Loading...