Skip to content

Commit

Permalink
build: resolve version conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
saig0 committed Jun 4, 2022
1 parent 3667be6 commit 0b0fb70
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,13 @@
<version>${assertj.version}</version>
</dependency>

<!-- resolve version conflict (https://github.com/camunda-community-hub/eze/pull/155) -->
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.8.0</version>
</dependency>

<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility-kotlin</artifactId>
Expand Down

0 comments on commit 0b0fb70

Please sign in to comment.