![]() |
|
|
|
|
Change By:
|
Edgar Vonk
(27/Jan/15 3:40 PM)
|
|
Comment:
|
Then again. I have now upgraded to jBPM 6.1.0.Final in our project's pom.xml and that seems to have done the trick:
{code} <jbpmVersion>6.1.0.Final</jbpmVersion>
[..]
<!-- jBPM dependencies - copied from the magnolia-workflow-jbpm module --> <!-- workaround for: http://jira.magnolia-cms.com/browse/SUPPORT-4353 --> <dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm-runtime-manager</artifactId> <version>${jbpmVersion}</version> <exclusions> <exclusion> <groupId>org.jbpm</groupId> <artifactId>jbpm-human-task-core</artifactId> </exclusion> <exclusion> <groupId>org.jbpm</groupId> <artifactId>jbpm-shared-services</artifactId> </exclusion> <exclusion> <groupId>org.jbpm</groupId> <artifactId>jbpm-audit</artifactId> </exclusion> <exclusion> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> </exclusion> <exclusion> <groupId>org.kie</groupId> <artifactId>kie-ci</artifactId> </exclusion> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm-bpmn2</artifactId> <version>${jbpmVersion}</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </exclusion> </exclusions> </dependency> {code}
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <
[email protected]>
----------------------------------------------------------------