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.git


The following commit(s) were added to refs/heads/main by this push:
     new 5980941  Regenerate file integration tests pom.xml
5980941 is described below

commit 5980941883172d8fcc4fc923ab7851a05a58b582
Author: James Netherton <[email protected]>
AuthorDate: Thu May 6 09:58:00 2021 +0100

    Regenerate file integration tests pom.xml
---
 integration-tests/file/pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/integration-tests/file/pom.xml b/integration-tests/file/pom.xml
index 6137df1..969aab1 100644
--- a/integration-tests/file/pom.xml
+++ b/integration-tests/file/pom.xml
@@ -107,6 +107,19 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>
+            <artifactId>camel-quarkus-mock-deployment</artifactId>
+            <version>${project.version}</version>
+            <type>pom</type>
+            <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>*</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel.quarkus</groupId>
             <artifactId>camel-quarkus-quartz-deployment</artifactId>
             <version>${project.version}</version>
             <type>pom</type>

Reply via email to