[
https://issues.apache.org/jira/browse/ANY23-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16542134#comment-16542134
]
ASF GitHub Bot commented on ANY23-366:
--------------------------------------
GitHub user HansBrende opened a pull request:
https://github.com/apache/any23/pull/101
ANY23-366 resolved additional build warnings
1. Excluded `commons-logging` from dependencies to ensure `jcl-over-slf4j`
works as expected
2. Changed deprecated 'name' tag to 'id' in `appassembler-maven-plugin`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HansBrende/any23 ANY23-366
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/any23/pull/101.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #101
----
commit 8cd464be02e701b8e5d05d6f12bc3e22a6f0b0b4
Author: Hans <firedrake93@...>
Date: 2018-07-12T19:38:09Z
ANY23-366 excluded commons-logging from dependencies
commit 8d7b4fd67e26bc9ab07af0e26bc002c35b0c6176
Author: Hans <firedrake93@...>
Date: 2018-07-12T19:41:46Z
ANY23-366 changed 'name' to 'id' in appassembler-maven-plugin
----
> Resolve additional warnings in build
> ------------------------------------
>
> Key: ANY23-366
> URL: https://issues.apache.org/jira/browse/ANY23-366
> Project: Apache Any23
> Issue Type: Sub-task
> Affects Versions: 2.3
> Reporter: Hans Brende
> Assignee: Hans Brende
> Priority: Minor
> Fix For: 2.3
>
>
> I saw a couple of additional warnings in the build.
> The first:
> [WARNING] commons-logging-1.2.jar, jcl-over-slf4j-1.7.25.jar,
> commons-logging-api-1.1.jar define 6 overlapping classes:
> [WARNING] - org.apache.commons.logging.impl.SimpleLog$1
> [WARNING] - org.apache.commons.logging.Log
> [WARNING] - org.apache.commons.logging.impl.SimpleLog
> [WARNING] - org.apache.commons.logging.LogConfigurationException
> [WARNING] - org.apache.commons.logging.impl.NoOpLog
> [WARNING] - org.apache.commons.logging.LogFactory
> [WARNING] commons-logging-1.2.jar, commons-logging-api-1.1.jar define 13
> overlapping classes:
> [WARNING] - org.apache.commons.logging.LogSource
> [WARNING] - org.apache.commons.logging.LogFactory$4
> [WARNING] - org.apache.commons.logging.impl.WeakHashtable$1
> [WARNING] - org.apache.commons.logging.LogFactory$3
> [WARNING] - org.apache.commons.logging.LogFactory$2
> [WARNING] - org.apache.commons.logging.impl.WeakHashtable$Entry
> [WARNING] - org.apache.commons.logging.impl.Jdk14Logger
> [WARNING] - org.apache.commons.logging.LogFactory$1
> [WARNING] - org.apache.commons.logging.impl.WeakHashtable$Referenced
> [WARNING] - org.apache.commons.logging.impl.WeakHashtable$WeakKey
> [WARNING] - 3 more...
> and the second:
> [INFO] --- appassembler-maven-plugin:2.0.0:assemble (default) @
> apache-any23-cli ---
> [WARNING] The usage of program name (any23) is deprecated. Please use
> program.id instead.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)