[jboss-jira] [JBoss JIRA] (WFCORE-4366) Exclude org.apache.commons:commons-lang3 from the elytron-tool

Kabir Khan (Jira) issues at jboss.org
Tue Mar 12 08:23:01 EDT 2019


     [ https://issues.jboss.org/browse/WFCORE-4366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kabir Khan updated WFCORE-4366:
-------------------------------
    Summary: Exclude org.apache.commons:commons-lang3 from the elytron-tool  (was: Manage org.apache.commons:commons-lang3 rather than pull it in transitively)


> Exclude org.apache.commons:commons-lang3 from the elytron-tool
> --------------------------------------------------------------
>
>                 Key: WFCORE-4366
>                 URL: https://issues.jboss.org/browse/WFCORE-4366
>             Project: WildFly Core
>          Issue Type: Bug
>            Reporter: Kabir Khan
>            Assignee: Kabir Khan
>            Priority: Major
>
> It is only used by model-test and comes in transitively through model-test's dependencies:
> {code}
> $mvn dependency:tree -pl model-test/
> [INFO] Scanning for projects...
> [INFO]
> [INFO] ----------------< org.wildfly.core:wildfly-model-test >-----------------
> [INFO] Building WildFly: Common Code for Subsystem and Non-subsystem Test Harness 8.0.1.Final-redhat-SNAPSHOT
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO]
> [INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ wildfly-model-test ---
> [INFO] org.wildfly.core:wildfly-model-test:jar:8.0.1.Final-redhat-SNAPSHOT
> [INFO] +- junit:junit:jar:4.12:compile
> [INFO] |  \- org.hamcrest:hamcrest-core:jar:1.3:compile
> [INFO] +- org.apache.maven:maven-resolver-provider:jar:3.5.0:compile
> [INFO] |  +- org.apache.maven:maven-model:jar:3.5.0:compile
> [INFO] |  +- org.apache.maven:maven-model-builder:jar:3.5.0:compile
> [INFO] |  |  +- org.codehaus.plexus:plexus-interpolation:jar:1.24:compile
> [INFO] |  |  +- org.apache.maven:maven-artifact:jar:3.5.0:compile
> [INFO] |  |  +- org.apache.maven:maven-builder-support:jar:3.5.0:compile
> [INFO] |  |  \- com.google.guava:guava:jar:20.0:compile
> [INFO] |  +- org.apache.maven:maven-repository-metadata:jar:3.5.0:compile
> [INFO] |  +- org.apache.maven.resolver:maven-resolver-impl:jar:1.1.0:compile
> [INFO] |  +- org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile
> [INFO] |  \- org.apache.commons:commons-lang3:jar:3.5:compile
> {code}
> This causes a dependency convergence error downstream (is the checking stricter there??)



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jboss-jira mailing list