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/25 17:36:24 UTC

[camel-quarkus] 02/03: Remove override of google-cloud-graalvm-support

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 cf0e5792f2e125614e039f28735da5c59ef759f2
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Aug 25 15:26:59 2021 +0100

    Remove override of google-cloud-graalvm-support
    
    This reverts commit 7dc924aa65bcef1511cecc76f12ec2c9596e57df.
---
 pom.xml          | 1 -
 poms/bom/pom.xml | 5 -----
 2 files changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7ade1bd..5f09320 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,6 @@
         <fommil.netlib.core.version>1.1.2</fommil.netlib.core.version><!-- Mess in Weka transitive deps -->
         <jodatime.version>2.10.6</jodatime.version><!-- Mess in transitive dependencies of Spark and Splunk -->
         <github-api.version>1.111</github-api.version><!-- Used in a Groovy script bellow -->
-        <google.cloud.graalvm.support.version>0.6.0</google.cloud.graalvm.support.version> <!-- TODO: Remove this https://github.com/apache/camel-quarkus/issues/2979 -->
         <guava.version>29.0-jre</guava.version>
         <graalvm.version>21.2.0</graalvm.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:org.graalvm.nativeimage:svm -->
         <grpc.version>1.38.1</grpc.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:io.grpc:grpc-core -->
diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index a065586..c4ef88a 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -5742,11 +5742,6 @@
                 </exclusions>
             </dependency>
             <dependency>
-                <groupId>com.google.cloud</groupId>
-                <artifactId>google-cloud-graalvm-support</artifactId>
-                <version>${google.cloud.graalvm.support.version}</version>
-            </dependency>
-            <dependency>
                 <groupId>com.google.code.gson</groupId>
                 <artifactId>gson</artifactId>
                 <version>${gson.version}</version>