You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2024/03/28 14:29:47 UTC

(camel) branch main updated: Enable camel-nats for Power

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

davsclaus 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 69b850bf7bf Enable camel-nats for Power
69b850bf7bf is described below

commit 69b850bf7bf02718590f0277ffc59d226ec800f9
Author: shreya kajbaje <51...@users.noreply.github.com>
AuthorDate: Thu Mar 14 13:26:30 2024 +0530

    Enable camel-nats for Power
---
 components/camel-nats/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/components/camel-nats/pom.xml b/components/camel-nats/pom.xml
index 58731933eea..2c950155145 100644
--- a/components/camel-nats/pom.xml
+++ b/components/camel-nats/pom.xml
@@ -33,7 +33,6 @@
 
     <properties>
         <!-- Nats container is not available on these platforms -->
-        <skipITs.ppc64le>true</skipITs.ppc64le>
         <skipITs.s390x>true</skipITs.s390x>
     </properties>