[jboss-jira] [JBoss JIRA] (WFCORE-4943) Remove duplicate elytron's duplicate dependency to controller-client

Jeff Mesnil (Jira) issues at jboss.org
Wed Apr 22 08:54:02 EDT 2020


Jeff Mesnil created WFCORE-4943:
-----------------------------------

             Summary: Remove duplicate elytron's duplicate dependency to controller-client
                 Key: WFCORE-4943
                 URL: https://issues.redhat.com/browse/WFCORE-4943
             Project: WildFly Core
          Issue Type: Bug
          Components: Security
            Reporter: Jeff Mesnil
            Assignee: Darran Lofthouse
             Fix For: 12.0.0.Beta2


When running `mvn clean install` on wildfly-core master branch, Maven reports a warning:

{code}
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.wildfly.core:wildfly-elytron-integration:jar:12.0.0.Beta2-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.wildfly.core:wildfly-controller-client:jar -> duplicate declaration
 of version (?) @ org.wildfly.core:wildfly-elytron-integration:[unknown-version], /Users/jmesnil/Developer/wildfly-core/elytron/pom.xml, line 150, column 21
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
{code}

The org.wildfly.core:wildfly-elytron-integration Maven module defines twice a dependency to org.wildfly.core:wildfly-controller-client: one without a scope and the other with a test scope.



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the jboss-jira mailing list