From 1cdb6e3945e4f63d8d07f7bdb8d7b2b49e055693 Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Thu, 8 Jun 2023 18:56:41 +0200 Subject: [PATCH] [Revert] Spring Boot to 3.0.7 --- common/redis-common/pom.xml | 8 -------- consumer/redis-consumer/pom.xml | 6 ------ spring-functions-parent/pom.xml | 16 ---------------- 3 files changed, 30 deletions(-) diff --git a/common/redis-common/pom.xml b/common/redis-common/pom.xml index c8c7d2b0..7154308f 100644 --- a/common/redis-common/pom.xml +++ b/common/redis-common/pom.xml @@ -14,14 +14,6 @@ redis-common Redis Common - - - org.testcontainers - testcontainers - ${testcontainers.version} - test - - diff --git a/consumer/redis-consumer/pom.xml b/consumer/redis-consumer/pom.xml index c47d4e9c..d9337be2 100644 --- a/consumer/redis-consumer/pom.xml +++ b/consumer/redis-consumer/pom.xml @@ -29,12 +29,6 @@ ${spring-cloud-starters.version} test - - org.testcontainers - testcontainers - ${testcontainers.version} - test - org.springframework.cloud.fn redis-common diff --git a/spring-functions-parent/pom.xml b/spring-functions-parent/pom.xml index e5d60894..fab89e7a 100644 --- a/spring-functions-parent/pom.xml +++ b/spring-functions-parent/pom.xml @@ -18,11 +18,6 @@ 3.19.6 - - com.google.protobuf - protobuf-java - ${protobuf.version} - org.springframework.cloud.fn config-common @@ -56,11 +51,6 @@ spring-boot-starter-test test - - org.springframework.integration - spring-integration-test - test - io.projectreactor reactor-test @@ -72,12 +62,6 @@ ${testcontainers.version} test - - org.testcontainers - testcontainers - ${testcontainers.version} - test - org.awaitility awaitility