This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 411138ed400215689216e72cd17cd3cf16c8af86 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Mar 1 10:58:37 2023 +0100 CAMEL-19062 - Clean up Parent POM - Testcontainers Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- parent/pom.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index bad14f1ff0c..a4bff3826ca 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -2772,12 +2772,8 @@ <type>pom</type> <scope>import</scope> </dependency> - <dependency> - <groupId>org.testcontainers</groupId> - <artifactId>testcontainers</artifactId> - <version>${testcontainers-version}</version> - </dependency> - <dependency> + + <dependency> <groupId>org.testcontainers</groupId> <artifactId>kafka</artifactId> <version>${testcontainers-version}</version>