Skip to content

Commit

Permalink
Enable Camel components on s390x (#11629)
Browse files Browse the repository at this point in the history
* Enable cassandraql component on s390x

* Enable zookeeper components on s390x
  • Loading branch information
dale-fu authored Oct 2, 2023
1 parent 4313e68 commit 236cc5b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions components/camel-cassandraql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion components/camel-zookeeper-master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@

<properties>
<!-- Zookeeper container is not available on this platform -->
<skipITs.s390x>true</skipITs.s390x>
<skipITs.aarch64>true</skipITs.aarch64>
</properties>

Expand Down
5 changes: 0 additions & 5 deletions components/camel-zookeeper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 236cc5b

Please sign in to comment.