Skip to content

Commit

Permalink
switch to new lib, fix #212
Browse files Browse the repository at this point in the history
  • Loading branch information
zambrovski committed Oct 9, 2023
1 parent d083856 commit 573eac7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 1 addition & 2 deletions examples/basic-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.camunda.bpm.extension</groupId>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-bpm-junit5</artifactId>
<version>1.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@
<artifactId>camunda-bpm-assert</artifactId>
<version>${camunda.version}</version>
</dependency>
<dependency>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-bpm-junit5</artifactId>
<version>${camunda.version}</version>
</dependency>

</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 573eac7

Please sign in to comment.