Skip to content

Commit

Permalink
chore(qa): prepare dependencies for 7.12 release
Browse files Browse the repository at this point in the history
after 7.12 release test fixture 712 must refer
7.12.0 dependencies - dmn-engine and typed-values

Related to CAM-10589
  • Loading branch information
yanavasileva committed Jul 8, 2019
1 parent abeac94 commit eca158f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions qa/test-db-instance-migration/test-fixture-712/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,27 @@
<!--<version>7.12.0</version>-->
</dependency>

<dependency>
<groupId>org.camunda.bpm.dmn</groupId>
<artifactId>camunda-engine-dmn</artifactId>
<!--<version>7.12.0</version>-->
</dependency>
<dependency>
<groupId>org.camunda.bpm.dmn</groupId>
<artifactId>camunda-engine-feel-api</artifactId>
<!--<version>7.12.0</version>-->
</dependency>
<dependency>
<groupId>org.camunda.bpm.dmn</groupId>
<artifactId>camunda-engine-feel-juel</artifactId>
<!--<version>7.12.0</version>-->
</dependency>
<dependency>
<groupId>org.camunda.commons</groupId>
<artifactId>camunda-commons-typed-values</artifactId>
<!--<version>7.12.0</version>-->
</dependency>

<dependency>
<groupId>org.camunda.spin</groupId>
<artifactId>camunda-spin-core</artifactId>
Expand Down

0 comments on commit eca158f

Please sign in to comment.