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 2023/06/22 20:14:19 UTC

[camel-quarkus] 04/05: Disable google-pubsub native profile due to #5007

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

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

commit 617a9e87e5f21d7be3984b8c3c2d150d811d4319
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Jun 22 14:14:47 2023 +0100

    Disable google-pubsub native profile due to #5007
---
 integration-tests/google-pubsub/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/integration-tests/google-pubsub/pom.xml b/integration-tests/google-pubsub/pom.xml
index 4b09dc49b2..58222ce444 100644
--- a/integration-tests/google-pubsub/pom.xml
+++ b/integration-tests/google-pubsub/pom.xml
@@ -74,6 +74,7 @@
         </dependency>
     </dependencies>
     <profiles>
+        <!-- https://github.com/apache/camel-quarkus/issues/5007
         <profile>
             <id>native</id>
             <activation>
@@ -101,6 +102,7 @@
                 </plugins>
             </build>
         </profile>
+        -->
         <profile>
             <id>virtualDependencies</id>
             <activation>