This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch camel-quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit 564868bca09d529f6469db910da45e1891c9919f Author: James Netherton <[email protected]> AuthorDate: Mon Apr 19 10:41:55 2021 +0100 Inherit testcontainers dependencies from quarkus-bom --- file-bindy-ftp/pom.xml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/file-bindy-ftp/pom.xml b/file-bindy-ftp/pom.xml index d23b397..98e6745 100644 --- a/file-bindy-ftp/pom.xml +++ b/file-bindy-ftp/pom.xml @@ -57,13 +57,6 @@ <type>pom</type> <scope>import</scope> </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-bom-test</artifactId> - <version>${camel-quarkus.version}</version> - <type>pom</type> - <scope>import</scope> - </dependency> </dependencies> </dependencyManagement> @@ -112,13 +105,13 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-integration-testcontainers-support</artifactId> + <groupId>org.awaitility</groupId> + <artifactId>awaitility</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>org.awaitility</groupId> - <artifactId>awaitility</artifactId> + <groupId>org.testcontainers</groupId> + <artifactId>testcontainers</artifactId> <scope>test</scope> </dependency> </dependencies>
