You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2022/04/08 06:05:41 UTC

[camel-quarkus] branch main updated: Add missing build dependency link on Mail Integration tests

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 95d4facb79 Add missing build dependency link on Mail Integration tests
95d4facb79 is described below

commit 95d4facb798046742ffe54b5e28db927dbff4825
Author: Zineb Bendhiba <be...@gmail.com>
AuthorDate: Thu Apr 7 21:21:42 2022 +0200

    Add missing build dependency link on Mail Integration tests
---
 integration-tests/mail/pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/integration-tests/mail/pom.xml b/integration-tests/mail/pom.xml
index b2d5b8987d..85377cf071 100644
--- a/integration-tests/mail/pom.xml
+++ b/integration-tests/mail/pom.xml
@@ -170,6 +170,19 @@
                         </exclusion>
                     </exclusions>
                 </dependency>
+                <dependency>
+                    <groupId>org.apache.camel.quarkus</groupId>
+                    <artifactId>camel-quarkus-seda-deployment</artifactId>
+                    <version>${project.version}</version>
+                    <type>pom</type>
+                    <scope>test</scope>
+                    <exclusions>
+                        <exclusion>
+                            <groupId>*</groupId>
+                            <artifactId>*</artifactId>
+                        </exclusion>
+                    </exclusions>
+                </dependency>
             </dependencies>
         </profile>
         <profile>