This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch camel-quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
The following commit(s) were added to refs/heads/camel-quarkus-main by this
push:
new fb07ee6 Inherit testcontainers dependencies from quarkus-bom
fb07ee6 is described below
commit fb07ee63987fbb073e074ee1fc5c087e012a67bb
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 fd379fb..953686e 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>