You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2021/08/03 15:21:01 UTC

[camel-quarkus] 06/06: Temporarily disable spring-rabbitmq native build #2980

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

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

commit 7ce3117910296504483002c4397c68dadb805521
Author: James Netherton <ja...@gmail.com>
AuthorDate: Tue Aug 3 16:17:48 2021 +0100

    Temporarily disable spring-rabbitmq native build #2980
---
 integration-tests/spring-rabbitmq/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/integration-tests/spring-rabbitmq/pom.xml b/integration-tests/spring-rabbitmq/pom.xml
index e077c7e..6f9c275 100644
--- a/integration-tests/spring-rabbitmq/pom.xml
+++ b/integration-tests/spring-rabbitmq/pom.xml
@@ -108,6 +108,7 @@
         </dependency>
     </dependencies>
 
+    <!-- TODO: Reinstate the native build - https://github.com/apache/camel-quarkus/issues/2980
     <profiles>
         <profile>
             <id>native</id>
@@ -137,5 +138,6 @@
             </build>
         </profile>
     </profiles>
+    -->
 
 </project>