From 7dc77e00058fa99ae66d518da6cf66a31831555c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pere=20Fern=C3=A1ndez?= Date: Thu, 30 Nov 2023 14:36:04 +0100 Subject: [PATCH] - changed `infinispan-spring-boot-starter-remote` to infinispan-spring-boot3-starter-remote` --- kogito-springboot-examples/onboarding-springboot/pom.xml | 2 +- kogito-springboot-examples/pom.xml | 2 +- .../process-infinispan-persistence-springboot/pom.xml | 2 +- kogito-springboot-examples/process-springboot-example/pom.xml | 2 +- kogito-springboot-examples/process-timer-springboot/pom.xml | 2 +- .../process-usertasks-custom-lifecycle-springboot/pom.xml | 2 +- .../process-usertasks-springboot-with-console/pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/kogito-springboot-examples/onboarding-springboot/pom.xml b/kogito-springboot-examples/onboarding-springboot/pom.xml index 199c4f40e0..5deaa76c58 100644 --- a/kogito-springboot-examples/onboarding-springboot/pom.xml +++ b/kogito-springboot-examples/onboarding-springboot/pom.xml @@ -125,7 +125,7 @@ org.infinispan - infinispan-spring-boot-starter-remote + infinispan-spring-boot3-starter-remote diff --git a/kogito-springboot-examples/pom.xml b/kogito-springboot-examples/pom.xml index c355fec8c6..67ab72ec9a 100644 --- a/kogito-springboot-examples/pom.xml +++ b/kogito-springboot-examples/pom.xml @@ -38,7 +38,7 @@ org.infinispan - infinispan-spring-boot-starter-remote + infinispan-spring-boot3-starter-remote ${version.org.infinispan} diff --git a/kogito-springboot-examples/process-infinispan-persistence-springboot/pom.xml b/kogito-springboot-examples/process-infinispan-persistence-springboot/pom.xml index b870388c4d..80d7dd6732 100644 --- a/kogito-springboot-examples/process-infinispan-persistence-springboot/pom.xml +++ b/kogito-springboot-examples/process-infinispan-persistence-springboot/pom.xml @@ -69,7 +69,7 @@ org.infinispan - infinispan-spring-boot-starter-remote + infinispan-spring-boot3-starter-remote diff --git a/kogito-springboot-examples/process-springboot-example/pom.xml b/kogito-springboot-examples/process-springboot-example/pom.xml index d8da6202f7..e372251a52 100644 --- a/kogito-springboot-examples/process-springboot-example/pom.xml +++ b/kogito-springboot-examples/process-springboot-example/pom.xml @@ -140,7 +140,7 @@ org.infinispan - infinispan-spring-boot-starter-remote + infinispan-spring-boot3-starter-remote diff --git a/kogito-springboot-examples/process-timer-springboot/pom.xml b/kogito-springboot-examples/process-timer-springboot/pom.xml index c5898835d9..bf7b6a1133 100644 --- a/kogito-springboot-examples/process-timer-springboot/pom.xml +++ b/kogito-springboot-examples/process-timer-springboot/pom.xml @@ -94,7 +94,7 @@