From 203cc6690977d30e22c3778a82c5a2c97550e2f8 Mon Sep 17 00:00:00 2001 From: salaboy Date: Thu, 5 Sep 2024 10:38:29 +0100 Subject: [PATCH] adding new testing module --- .../dapr-spring-boot-starter-test/pom.xml | 43 +++++++++++++++++++ .../dapr-spring-boot-starter/pom.xml | 23 +--------- dapr-spring/pom.xml | 1 + 3 files changed, 45 insertions(+), 22 deletions(-) create mode 100644 dapr-spring/dapr-spring-boot-starters/dapr-spring-boot-starter-test/pom.xml diff --git a/dapr-spring/dapr-spring-boot-starters/dapr-spring-boot-starter-test/pom.xml b/dapr-spring/dapr-spring-boot-starters/dapr-spring-boot-starter-test/pom.xml new file mode 100644 index 000000000..330fdee5e --- /dev/null +++ b/dapr-spring/dapr-spring-boot-starters/dapr-spring-boot-starter-test/pom.xml @@ -0,0 +1,43 @@ + + + 4.0.0 + + + io.dapr.spring + dapr-spring-parent + 0.13.0-SNAPSHOT + ../../pom.xml + + + dapr-spring-boot-starter-test + dapr-spring-boot-starter-test + Dapr Spring Boot Starter Tests (with Testcontainers Support) + jar + + + + org.springframework.boot + spring-boot-starter-test + + + io.dapr.spring + dapr-spring-boot-tests + ${project.parent.version} + + + io.dapr + testcontainers-dapr + ${project.parent.version} + + + org.springframework.boot + spring-boot-testcontainers + + + org.testcontainers + junit-jupiter + + + + diff --git a/dapr-spring/dapr-spring-boot-starters/dapr-spring-boot-starter/pom.xml b/dapr-spring/dapr-spring-boot-starters/dapr-spring-boot-starter/pom.xml index 52d380c01..f201de88d 100644 --- a/dapr-spring/dapr-spring-boot-starters/dapr-spring-boot-starter/pom.xml +++ b/dapr-spring/dapr-spring-boot-starters/dapr-spring-boot-starter/pom.xml @@ -12,7 +12,7 @@ dapr-spring-boot-starter dapr-spring-boot-starter - Dapr Spring Boot Starter (with Testcontainers Support) + Dapr Spring Boot Starter jar @@ -30,12 +30,6 @@ dapr-spring-boot-autoconfigure ${project.parent.version} - - io.dapr.spring - dapr-spring-boot-tests - ${project.parent.version} - test - io.dapr.spring dapr-spring-data @@ -46,21 +40,6 @@ dapr-spring-messaging ${project.parent.version} - - io.dapr - testcontainers-dapr - ${project.parent.version} - - - org.springframework.boot - spring-boot-testcontainers - test - - - org.testcontainers - junit-jupiter - test - diff --git a/dapr-spring/pom.xml b/dapr-spring/pom.xml index 9839bb0dc..819eadd3b 100644 --- a/dapr-spring/pom.xml +++ b/dapr-spring/pom.xml @@ -24,6 +24,7 @@ dapr-spring-boot-autoconfigure dapr-spring-boot-tests dapr-spring-boot-starters/dapr-spring-boot-starter + dapr-spring-boot-starters/dapr-spring-boot-starter-test