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/11/18 13:38:30 UTC

[camel-quarkus] branch main updated: Bump nimbus-jose-jwt version from Quarkus bom

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


The following commit(s) were added to refs/heads/main by this push:
     new 01ed8e5  Bump nimbus-jose-jwt version from Quarkus bom
01ed8e5 is described below

commit 01ed8e5fa4c8b953c7e96fbf7029016f72f06ba9
Author: Zineb Bendhiba <be...@gmail.com>
AuthorDate: Thu Nov 18 10:39:29 2021 +0100

    Bump nimbus-jose-jwt version from Quarkus bom
---
 pom.xml          | 1 -
 poms/bom/pom.xml | 5 -----
 2 files changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index cefa355..70ab644 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,6 @@
         <libthrift.version>${libthrift-version}</libthrift.version> <!-- Spark -->
         <metrics.version>${metrics-version}</metrics.version><!-- Spark -->
         <mvel2.version>${mvel-version}</mvel2.version>
-        <nimbus-jose-jwt.version>9.10</nimbus-jose-jwt.version><!-- Mess in hdfs transitive deps, used also by io.strimzi:kafka-oauth-client recommended by https://quarkus.io/guides/kafka#authenticating-with-oauth -->
         <okhttp.version>${squareup-okhttp-version}</okhttp.version>
         <okio.version>${squareup-okio-version}</okio.version>
         <protobuf.version>${protobuf-version}</protobuf.version>
diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index cb38305..77daa51 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -5822,11 +5822,6 @@
                 <version>${zxing.version}</version>
             </dependency>
             <dependency>
-                <groupId>com.nimbusds</groupId>
-                <artifactId>nimbus-jose-jwt</artifactId>
-                <version>${nimbus-jose-jwt.version}</version>
-            </dependency>
-            <dependency>
                 <groupId>com.orbitz.consul</groupId>
                 <artifactId>consul-client</artifactId>
                 <version>${consul-client.version}</version>