Skip to content

Commit

Permalink
adding Cayenne 5.0 modules
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Sep 27, 2024
1 parent 80d6450 commit dd837b6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions bootique-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,21 @@
<artifactId>bootique-cayenne42-junit5</artifactId>
<version>${bootique.version}</version>
</dependency>
<dependency>
<groupId>io.bootique.cayenne</groupId>
<artifactId>bootique-cayenne50</artifactId>
<version>${bootique.version}</version>
</dependency>
<dependency>
<groupId>io.bootique.cayenne</groupId>
<artifactId>bootique-cayenne50-jcache</artifactId>
<version>${bootique.version}</version>
</dependency>
<dependency>
<groupId>io.bootique.cayenne</groupId>
<artifactId>bootique-cayenne50-junit5</artifactId>
<version>${bootique.version}</version>
</dependency>
<dependency>
<groupId>io.bootique.curator</groupId>
<artifactId>bootique-curator</artifactId>
Expand Down

0 comments on commit dd837b6

Please sign in to comment.