Skip to content

Commit

Permalink
adding missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pefernan committed Mar 6, 2024
1 parent 96553d7 commit 0fe9652
Show file tree
Hide file tree
Showing 35 changed files with 102 additions and 102 deletions.
4 changes: 2 additions & 2 deletions kogito-quarkus-examples/dmn-drools-quarkus-metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Import the following dependency in your `pom.xml`:

```XML
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-monitoring-prometheus</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-monitoring-prometheus</artifactId>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions kogito-quarkus-examples/dmn-event-driven-quarkus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Like the other Kogito AddOns, the only required step to enable it is to include

```xml
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-events-decisions</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-events-decisions</artifactId>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@
</properties>
<dependencies>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-persistence-infinispan</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-persistence-infinispan</artifactId>
</dependency>
</dependencies>
</profile>
Expand Down
4 changes: 2 additions & 2 deletions kogito-quarkus-examples/pmml-event-driven-quarkus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Like the other Kogito AddOns, the only required step to enable it is to include

```xml
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-events-predictions</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-events-predictions</artifactId>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@
</properties>
<dependencies>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-events-process</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-events-process</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
4 changes: 2 additions & 2 deletions kogito-quarkus-examples/process-monitoring-quarkus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Import the following dependency in your `pom.xml`:
```XML

<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-monitoring-prometheus</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-monitoring-prometheus</artifactId>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@
</activation>
<dependencies>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-events-process</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-events-process</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
8 changes: 4 additions & 4 deletions kogito-quarkus-examples/process-quarkus-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@
</properties>
<dependencies>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-persistence-infinispan</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-persistence-infinispan</artifactId>
</dependency>
</dependencies>
</profile>
Expand Down Expand Up @@ -163,8 +163,8 @@
</properties>
<dependencies>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-events-process</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-events-process</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion kogito-quarkus-examples/process-timer-quarkus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ To be able to use Kogito Job Service as timer service , an additional dependency

```xml
<dependency>
<groupId>org.kie.kogito</groupId>
<groupId>org.kie</groupId>
<artifactId>kogito-addons-quarkus-jobs-management</artifactId>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions kogito-quarkus-examples/process-timer-quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
<!-- uncomment this to enable persistence for kogito -->
<!--
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-persistence-infinispan</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-persistence-infinispan</artifactId>
</dependency>
-->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@
</activation>
<dependencies>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-persistence-infinispan</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-persistence-infinispan</artifactId>
</dependency>
</dependencies>
</profile>
Expand All @@ -164,8 +164,8 @@
</properties>
<dependencies>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-persistence-infinispan</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-persistence-infinispan</artifactId>
</dependency>
</dependencies>
<build>
Expand Down Expand Up @@ -202,8 +202,8 @@
</properties>
<dependencies>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-persistence-jdbc</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-persistence-jdbc</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
4 changes: 2 additions & 2 deletions kogito-quarkus-examples/process-usertasks-quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
<artifactId>quarkus-smallrye-health</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-persistence-rocksdb</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-persistence-rocksdb</artifactId>
</dependency>
</dependencies>
<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@
</activation>
<dependencies>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-persistence-infinispan</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-persistence-infinispan</artifactId>
</dependency>
</dependencies>
</profile>
Expand All @@ -167,8 +167,8 @@
</properties>
<dependencies>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-persistence-infinispan</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-persistence-infinispan</artifactId>
</dependency>
</dependencies>
<build>
Expand Down Expand Up @@ -205,8 +205,8 @@
</properties>
<dependencies>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-persistence-jdbc</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-persistence-jdbc</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Import the following dependency in your `pom.xml`:

```XML
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-springboot-monitoring-prometheus</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-springboot-monitoring-prometheus</artifactId>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Like the other Kogito AddOns, the only required step to enable it is to include

```xml
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-springboot-event-decisions</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-springboot-event-decisions</artifactId>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions kogito-springboot-examples/dmn-tracing-springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
</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>
<groupId>org.kie</groupId>
Expand Down
4 changes: 2 additions & 2 deletions kogito-springboot-examples/onboarding-springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@
</properties>
<dependencies>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-springboot-persistence-infinispan</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-springboot-persistence-infinispan</artifactId>
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Like the other Kogito AddOns, the only required step to enable it is to include

```xml
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-springboot-event-predictions</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-springboot-event-predictions</artifactId>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@
</properties>
<dependencies>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-springboot-events-process-kafka</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-springboot-events-process-kafka</artifactId>
</dependency>
</dependencies>
<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Import the following dependency in your `pom.xml`:
```XML

<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-springboot-monitoring-prometheus</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-springboot-monitoring-prometheus</artifactId>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@
</activation>
<dependencies>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-springboot-events-process-kafka</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-springboot-events-process-kafka</artifactId>
</dependency>
</dependencies>
</profile>
Expand Down
8 changes: 4 additions & 4 deletions kogito-springboot-examples/process-springboot-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@
</properties>
<dependencies>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-springboot-persistence-infinispan</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-springboot-persistence-infinispan</artifactId>
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
Expand All @@ -156,8 +156,8 @@
</properties>
<dependencies>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-springboot-events-process-kafka</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-springboot-events-process-kafka</artifactId>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions kogito-springboot-examples/process-timer-springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<id>jobs-service</id>
<dependencies>
<dependency>
<groupId>org.kie.kogito</groupId>
<groupId>org.kie</groupId>
<artifactId>kogito-addons-springboot-jobs-management</artifactId>
</dependency>
</dependencies>
Expand Down Expand Up @@ -97,8 +97,8 @@
<artifactId>infinispan-spring-boot3-starter-remote</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-springboot-persistence-infinispan</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-springboot-persistence-infinispan</artifactId>
</dependency> -->

</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
<id>notification</id>
<dependencies>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-springboot-mail</artifactId>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-addons-springboot-mail</artifactId>
</dependency>
<dependency>
<groupId>org.jbpm</groupId>
Expand All @@ -107,15 +107,15 @@
<id>persistence</id>
<dependencies>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-springboot-persistence-infinispan</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-springboot-persistence-infinispan</artifactId>
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-spring-boot3-starter-remote</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<groupId>org.kie</groupId>
<artifactId>kogito-addons-springboot-jobs-management</artifactId>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Like the other Kogito AddOns, the only required step to enable it is to include

```xml
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-springboot-event-rules</artifactId>
<groupId>org.drools</groupId>
<artifactId>drools-addons-springboot-event-rules</artifactId>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@
</properties>
<dependencies>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-persistence-jdbc</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-persistence-jdbc</artifactId>
</dependency>
<dependency>
<groupId>io.quarkiverse.embedded.postgresql</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@
</activation>
<dependencies>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-persistence-jdbc</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-persistence-jdbc</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
Loading

0 comments on commit 0fe9652

Please sign in to comment.