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:10:59 UTC

[camel-kafka-connector] branch 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 master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


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

commit 4ee63b3974ba0586bc9b99f23a431b8470c84db1
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>