-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
The instance migration test suite in the qa folder uses the wrong
dependencies. For example instead of 7.5.0 the 7.6.0-SNAPSHOT is in use.
See following log:
$ mvn dependency:tree -Pinstance-migration,h2 -Dverbose
[...] [INFO] Building camunda BPM - QA - upgrade - instance migration - test fixture - 7.5.0 7.6.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ camunda-qa-upgrade-test-fixture-75 --- [INFO] org.camunda.bpm.qa.upgrade:camunda-qa-upgrade-test-fixture-75:jar:7.6.0-SNAPSHOT [INFO] +- org.camunda.bpm:camunda-engine:jar:7.5.0:compile [INFO] | +- (org.camunda.bpm.model:camunda-bpmn-model:jar:7.6.0-SNAPSHOT:compile - version managed from 7.5.0; omitted for conflict with 7.5.0) [INFO] | +- (org.camunda.bpm.model:camunda-cmmn-model:jar:7.6.0-SNAPSHOT:compile - version managed from 7.5.0; omitted for conflict with 7.5.0) [INFO] | +- org.camunda.bpm.dmn:camunda-engine-dmn:jar:7.6.0-SNAPSHOT:compile (version managed from 7.5.0) [INFO] | | +- org.camunda.commons:camunda-commons-utils:jar:1.4.0-alpha1:compile [INFO] | | | \- (org.camunda.commons:camunda-commons-logging:jar:1.4.0-alpha1:compile - version managed from 1.3.0; omitted for duplicate) [INFO] | | +- (org.camunda.commons:camunda-commons-typed-values:jar:1.4.0-alpha1:compile - version managed from 1.3.0; omitted for duplicate) [INFO] | | +- (org.camunda.bpm.model:camunda-dmn-model:jar:7.6.0-SNAPSHOT:compile - omitted for conflict with 7.5.0) [INFO] | | +- org.camunda.bpm.dmn:camunda-engine-feel-api:jar:7.6.0-SNAPSHOT:compile [INFO] | | | \- (org.camunda.commons:camunda-commons-typed-values:jar:1.4.0-alpha1:compile - omitted for duplicate) [INFO] | | \- org.camunda.bpm.dmn:camunda-engine-feel-juel:jar:7.6.0-SNAPSHOT:compile [INFO] | | +- (org.camunda.bpm.dmn:camunda-engine-feel-api:jar:7.6.0-SNAPSHOT:compile - omitted for duplicate) [INFO] | | +- (org.camunda.commons:camunda-commons-logging:jar:1.4.0-alpha1:compile - omitted for duplicate) [INFO] | | +- (org.slf4j:slf4j-api:jar:1.7.7:compile - omitted for duplicate) [INFO] | | +- (org.camunda.commons:camunda-commons-typed-values:jar:1.4.0-alpha1:compile - omitted for duplicate) [INFO] | | \- (org.camunda.commons:camunda-commons-utils:jar:1.4.0-alpha1:compile - omitted for duplicate) [INFO] | +- org.camunda.commons:camunda-commons-logging:jar:1.4.0-alpha1:compile [INFO] | | \- org.slf4j:slf4j-api:jar:1.7.7:compile [INFO] | +- org.camunda.commons:camunda-commons-typed-values:jar:1.4.0-alpha1:compile [INFO] | | \- (org.camunda.commons:camunda-commons-utils:jar:1.4.0-alpha1:compile - omitted for duplicate) [INFO] | +- org.apache.commons:commons-email:jar:1.2:compile [INFO] | | +- javax.mail:mail:jar:1.4.1:compile [INFO] | | | \- (javax.activation:activation:jar:1.1:compile - omitted for duplicate) [INFO] | | \- javax.activation:activation:jar:1.1:compile [INFO] | +- org.mybatis:mybatis:jar:3.2.8:compile [INFO] | +- org.springframework:spring-beans:jar:3.1.2.RELEASE:compile [INFO] | | \- org.springframework:spring-core:jar:3.1.2.RELEASE:compile [INFO] | | +- org.springframework:spring-asm:jar:3.1.2.RELEASE:compile [INFO] | | \- commons-logging:commons-logging:jar:1.1.1:compile [INFO] | \- joda-time:joda-time:jar:2.1:compile [INFO] +- org.camunda.bpm.model:camunda-bpmn-model:jar:7.5.0:compile [INFO] | \- (org.camunda.bpm.model:camunda-xml-model:jar:7.6.0-SNAPSHOT:compile - version managed from 7.5.0; omitted for conflict with 7.5.0) [INFO] +- org.camunda.bpm.model:camunda-cmmn-model:jar:7.5.0:compile [INFO] | \- (org.camunda.bpm.model:camunda-xml-model:jar:7.6.0-SNAPSHOT:compile - version managed from 7.5.0; omitted for duplicate) [INFO] +- org.camunda.bpm.model:camunda-dmn-model:jar:7.5.0:compile [INFO] | \- (org.camunda.bpm.model:camunda-xml-model:jar:7.6.0-SNAPSHOT:compile - version managed from 7.5.0; omitted for duplicate) [INFO] +- org.camunda.bpm.model:camunda-xml-model:jar:7.5.0:compile [INFO] +- org.camunda.bpm.qa.upgrade:camunda-qa-upgrade-scenario-util:jar:7.6.0-SNAPSHOT:compile [INFO] \- com.h2database:h2:jar:1.3.168:test [INFO] [...]
This is the controller panel for Smart Panels app
- is related to
-
CAM-10589 Instance migration test suite uses wrong dependencies due to DMN engine & Typed Values migration
- Closed