Skip to content

Commit

Permalink
Bumped to using the latest DiamondQ parent project.
Browse files Browse the repository at this point in the history
  • Loading branch information
diamondq committed Aug 5, 2024
1 parent 1c27db0 commit dafc245
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions bpm/common-bpm.camunda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
<groupId>io.micronaut</groupId>
<artifactId>micronaut-retry</artifactId>
</dependency>
<dependency>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion common-masterparent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.diamondq</groupId>
<artifactId>diamondq-parent</artifactId>
<version>7.0.15</version>
<version>7.0.17</version>
<relativePath>../../common-maven/diamondq-parent</relativePath>
</parent>
<groupId>com.diamondq.common</groupId>
Expand Down

0 comments on commit dafc245

Please sign in to comment.