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 2023/08/01 13:56:22 UTC

[camel] branch main updated: Enable camel-kafka test suites execution on P

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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 5aaf09dabdc Enable camel-kafka test suites execution on P
5aaf09dabdc is described below

commit 5aaf09dabdc32d6048ab830b722b818de4d9b76c
Author: Balavva-Mirji <86...@users.noreply.github.com>
AuthorDate: Tue Aug 1 16:03:23 2023 +0530

    Enable camel-kafka test suites execution on P
---
 components/camel-kafka/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/components/camel-kafka/pom.xml b/components/camel-kafka/pom.xml
index 2e3981e50a8..de9dfb8aed5 100644
--- a/components/camel-kafka/pom.xml
+++ b/components/camel-kafka/pom.xml
@@ -31,11 +31,6 @@
     <name>Camel :: Kafka</name>
     <description>Camel Kafka support</description>
 
-    <properties>
-        <!-- Kafka is not available on this platform -->
-        <skipITs.ppc64le>true</skipITs.ppc64le>
-    </properties>
-
     <dependencies>
 
         <!-- camel -->