-
Bug
-
Resolution: Done
-
Minor
-
jBPM 6.2.0.Final
-
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>