This is an automated email from the ASF dual-hosted git repository.
acosentino 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 236cc5bcd62 Enable Camel components on s390x (#11629)
236cc5bcd62 is described below
commit 236cc5bcd62afa63096f46d86533c3637f17f5b5
Author: Dale Fu <[email protected]>
AuthorDate: Mon Oct 2 17:34:53 2023 -0400
Enable Camel components on s390x (#11629)
* Enable cassandraql component on s390x
* Enable zookeeper components on s390x
---
components/camel-cassandraql/pom.xml | 5 -----
components/camel-zookeeper-master/pom.xml | 1 -
components/camel-zookeeper/pom.xml | 5 -----
3 files changed, 11 deletions(-)
diff --git a/components/camel-cassandraql/pom.xml
b/components/camel-cassandraql/pom.xml
index b396705d0a2..e23383f49e3 100644
--- a/components/camel-cassandraql/pom.xml
+++ b/components/camel-cassandraql/pom.xml
@@ -33,11 +33,6 @@
<name>Camel :: Cassandra CQL</name>
<description>Cassandra CQL3 support</description>
- <properties>
- <!-- Cassandra is not available on this platform -->
- <skipITs.s390x>true</skipITs.s390x>
- </properties>
-
<dependencies>
<dependency>
diff --git a/components/camel-zookeeper-master/pom.xml
b/components/camel-zookeeper-master/pom.xml
index 29986b4038a..8382a3ed317 100644
--- a/components/camel-zookeeper-master/pom.xml
+++ b/components/camel-zookeeper-master/pom.xml
@@ -34,7 +34,6 @@
<properties>
<!-- Zookeeper container is not available on this platform -->
- <skipITs.s390x>true</skipITs.s390x>
<skipITs.aarch64>true</skipITs.aarch64>
</properties>
diff --git a/components/camel-zookeeper/pom.xml
b/components/camel-zookeeper/pom.xml
index 8eb0baa7b80..b6dccaa14b3 100644
--- a/components/camel-zookeeper/pom.xml
+++ b/components/camel-zookeeper/pom.xml
@@ -32,11 +32,6 @@
<name>Camel :: Zookeeper</name>
<description>Camel Zookeeper Support</description>
- <properties>
- <!-- Zookeeper container is not available on this platform -->
- <skipITs.s390x>true</skipITs.s390x>
- </properties>
-
<dependencies>
<dependency>