Skip to content

Commit

Permalink
KOGITO-8979 - Data Index MongoDB persistence addon
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianonicolai committed Sep 1, 2023
1 parent c6a6aca commit 76cbd66
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions kogito-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2484,6 +2484,28 @@
<version>${project.version}</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-data-index-persistence-mongodb</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-data-index-persistence-mongodb</artifactId>
<version>${project.version}</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-data-index-persistence-mongodb-deployment</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-data-index-persistence-mongodb-deployment</artifactId>
<version>${project.version}</version>
<classifier>sources</classifier>
</dependency>

<!-- Tracing -->
<dependency>
Expand Down

0 comments on commit 76cbd66

Please sign in to comment.