Skip to content

Commit

Permalink
kie-issues#352: [Spring-Boot 3.0.5 Migration] Fix IT Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pefernan committed Jun 19, 2023
1 parent adb3e6d commit c2b3ca4
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .ci/environments/quarkus-3/patches/0022_spring_boot_it_fix.patch
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,32 @@ index 95775d9a7c..587345f7d8 100644

import io.restassured.RestAssured;
import io.restassured.http.ContentType;
diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-infinispan/pom.xml b/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-infinispan/pom.xml
index c102fb4ad1..a88279c998 100644
--- a/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-infinispan/pom.xml
+++ b/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-infinispan/pom.xml
@@ -39,7 +39,7 @@
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
- <artifactId>infinispan-spring-boot-starter-remote</artifactId>
+ <artifactId>infinispan-spring-boot3-starter-remote</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
diff --git a/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/pom.xml b/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/pom.xml
index 1fbdb6ae6d..73b4d59903 100644
--- a/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/pom.xml
+++ b/springboot/integration-tests/src/it/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/pom.xml
@@ -17,6 +17,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.reactivestreams</groupId>
+ <artifactId>reactive-streams</artifactId>
+ </dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>

0 comments on commit c2b3ca4

Please sign in to comment.