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 a058dfcdc8c Enable cassandra on ppc64le (#11393)
a058dfcdc8c is described below
commit a058dfcdc8cc0d76ad975532bbff422d2ed54563
Author: Balavva-Mirji <[email protected]>
AuthorDate: Thu Sep 14 15:19:18 2023 +0530
Enable cassandra on ppc64le (#11393)
---
components/camel-cassandraql/pom.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/components/camel-cassandraql/pom.xml
b/components/camel-cassandraql/pom.xml
index 11c0936cf5b..b396705d0a2 100644
--- a/components/camel-cassandraql/pom.xml
+++ b/components/camel-cassandraql/pom.xml
@@ -34,8 +34,7 @@
<description>Cassandra CQL3 support</description>
<properties>
- <!-- Cassandra is not available on these platforms -->
- <skipITs.ppc64le>true</skipITs.ppc64le>
+ <!-- Cassandra is not available on this platform -->
<skipITs.s390x>true</skipITs.s390x>
</properties>