You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/12/13 12:30:31 UTC

[camel-quarkus] 02/02: Fix cherry-pick leftovers

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

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

commit cac308cd51d242f9c082517f87a174d08bd5eee2
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Fri Dec 13 08:36:20 2019 +0100

    Fix cherry-pick leftovers
---
 integration-tests/bean/pom.xml       | 9 ++-------
 integration-tests/salesforce/pom.xml | 9 ++-------
 2 files changed, 4 insertions(+), 14 deletions(-)

diff --git a/integration-tests/bean/pom.xml b/integration-tests/bean/pom.xml
index 747f501..b6acdbb 100644
--- a/integration-tests/bean/pom.xml
+++ b/integration-tests/bean/pom.xml
@@ -86,15 +86,10 @@
 
     <profiles>
         <profile>
-            <!--
-                Required because of:
-                  - https://github.com/apache/camel-quarkus/issues/540
-                  - https://github.com/oracle/graal/issues/1971
-            -->
-            <id>bean-native</id>
+            <id>native</id>
             <activation>
                 <property>
-                    <name>bean-native</name>
+                    <name>native</name>
                 </property>
             </activation>
             <build>
diff --git a/integration-tests/salesforce/pom.xml b/integration-tests/salesforce/pom.xml
index d00bfba..0a4a514 100644
--- a/integration-tests/salesforce/pom.xml
+++ b/integration-tests/salesforce/pom.xml
@@ -78,15 +78,10 @@
 
     <profiles>
         <profile>
-            <!--
-                Required because of:
-                  - https://github.com/apache/camel-quarkus/issues/541
-                  - https://github.com/oracle/graal/issues/1975
-            -->
-            <id>salesforce-native</id>
+            <id>native</id>
             <activation>
                 <property>
-                    <name>salesforce-native</name>
+                    <name>native</name>
                 </property>
             </activation>
             <build>