Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-4581

Incorrect dependency convergence for xmlschema-core and activation dependencies

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • jBPM 6.3.0.CR1
    • jBPM 6.2.0.Final
    • Runtime Engine
    • None

      [WARNING] Rule 0: org.apache.maven.plugins.enforcer.DependencyConvergence failed with message:
      Failed while enforcing releasability the error(s) are [
      Dependency convergence error for org.apache.ws.xmlschema:xmlschema-core:2.0.3 paths to dependency are:
      +-org.jbpm:jbpm-workitems:6.2.0.Final
      +-org.apache.cxf:cxf-api:2.7.14
      +-org.apache.ws.xmlschema:xmlschema-core:2.0.3
      and
      +-org.jbpm:jbpm-workitems:6.2.0.Final
      +-org.apache.cxf:cxf-rt-frontend-jaxws:2.7.14
      +-org.apache.cxf:cxf-rt-core:2.7.14
      +-org.apache.ws.xmlschema:xmlschema-core:2.1.0
      and
      +-org.jbpm:jbpm-workitems:6.2.0.Final
      +-org.apache.ws.xmlschema:xmlschema-core:2.0.3
      ,
      Dependency convergence error for javax.activation:activation:1.1 paths to dependency are:
      +-org.jbpm:jbpm-workitems:6.2.0.Final
      +-javax.mail:mail:1.4.7
      +-javax.activation:activation:1.1
      and
      +-org.jbpm:jbpm-workitems:6.2.0.Final
      +-javax.activation:activation:1.1.1
      

      Workaround for projects depending on JBPM :

          <dependencyManagement>
              <dependencies>
                  <dependency>
                      <groupId>org.apache.ws.xmlschema</groupId>
                      <artifactId>xmlschema-core</artifactId>
                      <version>2.1.0</version>
                  </dependency>
                  <dependency>
                      <groupId>javax.activation</groupId>
                      <artifactId>activation</artifactId>
                      <version>1.1.1</version>
                  </dependency>
              </dependencies>
          </dependencyManagement>
      

            psiroky_jira Petr Široký (Inactive)
            matihost Mateusz Nowakowski (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: