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 2020/09/21 09:01:59 UTC

[camel-quarkus] 01/02: Align google-http-client version with Quarkus

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

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

commit 3f2ab7239b7d85c8bd940d32191448092793697c
Author: James Netherton <ja...@gmail.com>
AuthorDate: Mon Sep 21 08:29:58 2020 +0100

    Align google-http-client version with Quarkus
---
 pom.xml          | 2 +-
 poms/bom/pom.xml | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f55a2e0..921a63e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
         <freemarker.version>2.3.30</freemarker.version>
         <fommil.netlib.core.version>1.1.2</fommil.netlib.core.version><!-- Mess in Weka transitive deps -->
         <github-api.version>1.111</github-api.version>
-        <google-http-client.version>1.22.0</google-http-client.version>
+        <google-http-client.version>1.34.0</google-http-client.version>
         <guava.version>26.0-jre</guava.version>
         <gson.version>2.8.5</gson.version>
         <hapi.version>4.1.0</hapi.version>
diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index 32d0da7..0ce222b 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -1492,6 +1492,12 @@
                 <groupId>org.apache.camel</groupId>
                 <artifactId>camel-pulsar</artifactId>
                 <version>${camel.version}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>com.google.j2objc</groupId>
+                        <artifactId>j2objc-annotations</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
             <dependency>
                 <groupId>org.apache.camel</groupId>