You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2021/02/17 11:11:04 UTC

[camel-kafka-connector] branch camel-master updated: Make sure CXF tests are included in the test run

This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


The following commit(s) were added to refs/heads/camel-master by this push:
     new a864c7e  Make sure CXF tests are included in the test run
a864c7e is described below

commit a864c7e3b7ebc9280f9f6fc71e4adaca22c0fd74
Author: Otavio Rodolfo Piske <op...@redhat.com>
AuthorDate: Wed Feb 17 11:04:45 2021 +0100

    Make sure CXF tests are included in the test run
---
 tests/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/pom.xml b/tests/pom.xml
index 466bec4..642b2fe 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -62,6 +62,7 @@
         <module>itests-couchbase</module>
         <module>itests-ssh</module>
         <module>itests-sql</module>
+        <module>itests-cxf</module>
     </modules>