Skip to content

Commit

Permalink
feat(camunda 7.20): WIP camunda 7.20, spring boot 3, java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
janvonneree committed Oct 10, 2023
1 parent 7957ebc commit 561bad1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
<artifactId>mapstruct</artifactId>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
<version>2.1.1</version>
</dependency>

Expand Down

0 comments on commit 561bad1

Please sign in to comment.