From 1828a1677b08de62bc0f7c754c5cc7679442df30 Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Thu, 8 Jun 2023 23:05:50 +0200 Subject: [PATCH] [CI] Fix test support --- common/function-test-support/pom.xml | 9 +++++++++ spring-functions-parent/pom.xml | 21 +++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/common/function-test-support/pom.xml b/common/function-test-support/pom.xml index 12a7daa4..cbd42ee9 100644 --- a/common/function-test-support/pom.xml +++ b/common/function-test-support/pom.xml @@ -43,20 +43,29 @@ org.apache.sshd sshd-sftp ${sshd-sftp.version} + compile + + + org.junit.jupiter + junit-jupiter + compile org.testcontainers testcontainers ${testcontainers.version} + compile org.testcontainers junit-jupiter ${testcontainers.version} + compile org.awaitility awaitility + compile diff --git a/spring-functions-parent/pom.xml b/spring-functions-parent/pom.xml index fab89e7a..26c6221c 100644 --- a/spring-functions-parent/pom.xml +++ b/spring-functions-parent/pom.xml @@ -18,6 +18,11 @@ 3.19.6 + + com.google.protobuf + protobuf-java + ${protobuf.version} + org.springframework.cloud.fn config-common @@ -51,11 +56,27 @@ spring-boot-starter-test test + + org.junit.jupiter + junit-jupiter + test + + + org.springframework.integration + spring-integration-test + test + io.projectreactor reactor-test test + + org.testcontainers + testcontainers + ${testcontainers.version} + test + org.testcontainers junit-jupiter