Skip to content

Commit

Permalink
* fix missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pefernan committed Feb 28, 2024
1 parent 5c55b6e commit 1c083ad
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
<artifactId>jbpm-with-drools-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-springboot-tracing-decision</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-springboot-tracing-decision</artifactId>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@

<!-- Health Check -->
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-persistence-infinispan-health</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-persistence-infinispan-health</artifactId>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@
<artifactId>quarkus-jackson-deployment</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<groupId>org.kie</groupId>
<artifactId>kogito-addons-quarkus-common-deployment</artifactId>
</dependency>
<dependency>
<groupId>org.kie</groupId>
<artifactId>kogito-addons-quarkus-data-index-persistence-common-runtime</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-source-files-deployment</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-source-files-deployment</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<artifactId>quarkus-arc-deployment</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<groupId>org.kie</groupId>
<artifactId>kogito-addons-quarkus-common-deployment</artifactId>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions jobs-service/jobs-service-infinispan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
<artifactId>infinispan-query-dsl</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-persistence-infinispan-health</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-persistence-infinispan-health</artifactId>
</dependency>

<!-- Testing -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<artifactId>kogito-addons-quarkus-jobs-service-embedded</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<groupId>org.kie</groupId>
<artifactId>kogito-addons-quarkus-jobs-management-deployment</artifactId>
</dependency>
<dependency>
Expand All @@ -51,7 +51,7 @@
<artifactId>quarkus-resteasy-mutiny-deployment</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<groupId>org.kie</groupId>
<artifactId>kogito-addons-quarkus-common-deployment</artifactId>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions persistence-commons/persistence-commons-infinispan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@

<!-- Health Check -->
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-persistence-infinispan-health</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-persistence-infinispan-health</artifactId>
</dependency>

<dependency>
Expand Down

0 comments on commit 1c083ad

Please sign in to comment.