You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2021/04/19 14:44:20 UTC

[camel-quarkus] 02/02: Inherit testcontainers dependencies from quarkus-bom

This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit c50a7ae86148f34e286e218bba8fbff48b4c0d68
Author: James Netherton <ja...@gmail.com>
AuthorDate: Mon Apr 19 13:47:58 2021 +0100

    Inherit testcontainers dependencies from quarkus-bom
---
 pom.xml               |  1 -
 poms/bom-test/pom.xml | 30 ------------------------------
 2 files changed, 31 deletions(-)

diff --git a/pom.xml b/pom.xml
index deb94f5..4626003 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,6 @@
         <slf4j-log4j12.version>1.7.30</slf4j-log4j12.version><!-- Mess in the transitive dependencies of hbase-testing-util -->
         <sshd.version>${sshd-version}</sshd.version>
         <stax2.version>4.2</stax2.version>
-        <testcontainers.version>1.15.2</testcontainers.version>
         <wiremock.version>2.27.2</wiremock.version>
         <zt-exec.version>1.11</zt-exec.version>
 
diff --git a/poms/bom-test/pom.xml b/poms/bom-test/pom.xml
index b99e108..4f97164 100644
--- a/poms/bom-test/pom.xml
+++ b/poms/bom-test/pom.xml
@@ -158,36 +158,6 @@
                 <version>${sshd.version}</version>
             </dependency>
             <dependency>
-                <groupId>org.testcontainers</groupId>
-                <artifactId>testcontainers</artifactId>
-                <version>${testcontainers.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.testcontainers</groupId>
-                <artifactId>couchbase</artifactId>
-                <version>${testcontainers.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.testcontainers</groupId>
-                <artifactId>localstack</artifactId>
-                <version>${testcontainers.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.testcontainers</groupId>
-                <artifactId>mongodb</artifactId>
-                <version>${testcontainers.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.testcontainers</groupId>
-                <artifactId>kafka</artifactId>
-                <version>${testcontainers.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.testcontainers</groupId>
-                <artifactId>solr</artifactId>
-                <version>${testcontainers.version}</version>
-            </dependency>
-            <dependency>
                 <groupId>org.jvnet.mock-javamail</groupId>
                 <artifactId>mock-javamail</artifactId>
                 <version>${mock-javamail.version}</version>