Skip to content

Commit

Permalink
chore(deps): exclude jcip-annotations from podam dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
markfarkas-camunda committed Sep 16, 2024
1 parent 91bf852 commit 5e56efc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions element-template-generator/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@
<groupId>uk.co.jemos.podam</groupId>
<artifactId>podam</artifactId>
<version>8.0.2.RELEASE</version>
<exclusions>
<exclusion>
<groupId>net.jcip</groupId>
<artifactId>jcip-annotations</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- Test dependencies -->
Expand Down

0 comments on commit 5e56efc

Please sign in to comment.