[
https://issues.apache.org/jira/browse/HADOOP-19086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17932708#comment-17932708
]
Steve Loughran commented on HADOOP-19086:
-----------------------------------------
# our own declared commons-logging dependency is 1.2
# but our release lib dir contains a commons-logging-1.1.3.jar
# and our license-binary doesn't declare it
our commons-configuration dependency as exported by hadoop client
{code}
| +- org.apache.commons:commons-configuration2:jar:2.10.1:provided
[INFO] | | +- (org.apache.commons:commons-lang3:jar:3.14.0:provided - omitted
for conflict with 3.12.0)
[INFO] | | +- (org.apache.commons:commons-text:jar:1.11.0:provided - omitted
for conflict with 1.10.0)
[INFO] | | \- (commons-logging:commons-logging:jar:1.3.0:provided - omitted
for conflict with 1.2)
{code}
I don't know where that 1.1.3 is coming from.
> move commons-logging to 1.2
> ---------------------------
>
> Key: HADOOP-19086
> URL: https://issues.apache.org/jira/browse/HADOOP-19086
> Project: Hadoop Common
> Issue Type: Improvement
> Components: build
> Affects Versions: 3.4.0
> Reporter: Steve Loughran
> Priority: Minor
>
> although hadoop doesn't use the APIs itself, it bundles commons-logging as
> things it depends on (http components) do.
> the version hadoop declares (1.1.3) is out of date compared to its
> dependencies
> * update pom and LICENSE-binary
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]