diff --git a/common/function-test-support/pom.xml b/common/function-test-support/pom.xml index e5f67fe9..12a7daa4 100644 --- a/common/function-test-support/pom.xml +++ b/common/function-test-support/pom.xml @@ -47,10 +47,12 @@ org.testcontainers testcontainers + ${testcontainers.version} org.testcontainers junit-jupiter + ${testcontainers.version} org.awaitility diff --git a/common/mongodb-common/pom.xml b/common/mongodb-common/pom.xml index 1eaeb2c3..3b62ba45 100644 --- a/common/mongodb-common/pom.xml +++ b/common/mongodb-common/pom.xml @@ -18,6 +18,7 @@ org.testcontainers mongodb + ${testcontainers.version} test diff --git a/common/redis-common/pom.xml b/common/redis-common/pom.xml index 1a55aaa2..c8c7d2b0 100644 --- a/common/redis-common/pom.xml +++ b/common/redis-common/pom.xml @@ -18,6 +18,7 @@ org.testcontainers testcontainers + ${testcontainers.version} test diff --git a/consumer/cassandra-consumer/pom.xml b/consumer/cassandra-consumer/pom.xml index 9e7de98e..f906614f 100644 --- a/consumer/cassandra-consumer/pom.xml +++ b/consumer/cassandra-consumer/pom.xml @@ -26,6 +26,7 @@ org.testcontainers cassandra + ${testcontainers.version} test diff --git a/consumer/elasticsearch-consumer/pom.xml b/consumer/elasticsearch-consumer/pom.xml index fb00f8af..17042c12 100644 --- a/consumer/elasticsearch-consumer/pom.xml +++ b/consumer/elasticsearch-consumer/pom.xml @@ -41,7 +41,7 @@ org.testcontainers elasticsearch - ${test-containers.version} + ${testcontainers.version} test diff --git a/consumer/mongodb-consumer/pom.xml b/consumer/mongodb-consumer/pom.xml index fd3d274d..1a5ffba9 100644 --- a/consumer/mongodb-consumer/pom.xml +++ b/consumer/mongodb-consumer/pom.xml @@ -26,6 +26,7 @@ org.testcontainers mongodb + ${testcontainers.version} test diff --git a/consumer/redis-consumer/pom.xml b/consumer/redis-consumer/pom.xml index f2c72921..c47d4e9c 100644 --- a/consumer/redis-consumer/pom.xml +++ b/consumer/redis-consumer/pom.xml @@ -32,6 +32,7 @@ org.testcontainers testcontainers + ${testcontainers.version} test diff --git a/function/aggregator-function/pom.xml b/function/aggregator-function/pom.xml index 57a24503..6a8d350f 100644 --- a/function/aggregator-function/pom.xml +++ b/function/aggregator-function/pom.xml @@ -37,6 +37,7 @@ org.testcontainers mongodb + ${testcontainers.version} test diff --git a/spring-functions-parent/pom.xml b/spring-functions-parent/pom.xml index 0a7bdb11..e5d60894 100644 --- a/spring-functions-parent/pom.xml +++ b/spring-functions-parent/pom.xml @@ -69,11 +69,13 @@ org.testcontainers junit-jupiter + ${testcontainers.version} test org.testcontainers testcontainers + ${testcontainers.version} test diff --git a/supplier/mongodb-supplier/pom.xml b/supplier/mongodb-supplier/pom.xml index 465671b9..0b37beca 100644 --- a/supplier/mongodb-supplier/pom.xml +++ b/supplier/mongodb-supplier/pom.xml @@ -36,6 +36,7 @@ org.testcontainers mongodb + ${testcontainers.version} test