Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-4943

Remove duplicate elytron's duplicate dependency to controller-client

    XMLWordPrintable

Details

    Description

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

      [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]
      

      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.

      Attachments

        Issue Links

          Activity

            People

              jmesnil1@redhat.com Jeff Mesnil
              jmesnil1@redhat.com Jeff Mesnil
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: