This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
commit 13f0f887d5d1ea40d5deeb9665cf2f2756de58fc Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Wed Jul 27 14:17:17 2022 +0200 (chores) tests: align the testcontainers version with the Camel Core version --- parent/pom.xml | 57 --------------------------------------------------------- 1 file changed, 57 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index c44f10143..a4a6169de 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -56,9 +56,6 @@ <version.maven.checkstyle.plugin>3.1.0</version.maven.checkstyle.plugin> <version.maven.surefire.plugin>3.0.0-M4</version.maven.surefire.plugin> - <!-- Note: we are deliberately overriding this one due to GH issue #990 --> - <testcontainers-version>1.15.2</testcontainers-version> - <mycila-license-version>3.0</mycila-license-version> <gmavenplus-plugin-version>1.11.1</gmavenplus-plugin-version> <groovy-version>3.0.12</groovy-version> @@ -251,48 +248,6 @@ <version>${version.scala.library}</version> <scope>test</scope> </dependency> - <dependency> - <groupId>org.testcontainers</groupId> - <artifactId>testcontainers</artifactId> - <version>${testcontainers-version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.testcontainers</groupId> - <artifactId>junit-jupiter</artifactId> - <version>${testcontainers-version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.testcontainers</groupId> - <artifactId>kafka</artifactId> - <version>${testcontainers-version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.testcontainers</groupId> - <artifactId>localstack</artifactId> - <version>${testcontainers-version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.testcontainers</groupId> - <artifactId>elasticsearch</artifactId> - <version>${testcontainers-version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.testcontainers</groupId> - <artifactId>mongodb</artifactId> - <version>${testcontainers-version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.testcontainers</groupId> - <artifactId>couchbase</artifactId> - <version>${testcontainers-version}</version> - <scope>test</scope> - </dependency> <dependency> <groupId>org.apache.qpid</groupId> <artifactId>qpid-jms-client</artifactId> @@ -331,12 +286,6 @@ <scope>test</scope> </dependency> - <dependency> - <groupId>org.testcontainers</groupId> - <artifactId>postgresql</artifactId> - <version>${testcontainers-version}</version> - <scope>test</scope> - </dependency> <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> @@ -344,12 +293,6 @@ <scope>test</scope> </dependency> - <dependency> - <groupId>org.testcontainers</groupId> - <artifactId>rabbitmq</artifactId> - <version>${testcontainers-version}</version> - <scope>test</scope> - </dependency> <dependency> <groupId>com.couchbase.client</groupId> <artifactId>java-client</artifactId>
