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-examples.git
The following commit(s) were added to refs/heads/main by this push:
new b91446f [fix] Add bom test for testcontainers
b91446f is described below
commit b91446f96a5ec425bbd6090c7d1d8422669de3c0
Author: Lukas Lowinger <[email protected]>
AuthorDate: Tue May 4 15:47:21 2021 +0200
[fix] Add bom test for testcontainers
---
file-bindy-ftp/pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/file-bindy-ftp/pom.xml b/file-bindy-ftp/pom.xml
index 4948f11..ba71300 100644
--- a/file-bindy-ftp/pom.xml
+++ b/file-bindy-ftp/pom.xml
@@ -57,6 +57,13 @@
<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>