This is an automated email from the ASF dual-hosted git repository.
ppalaga 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 cdb025c add info about usage of nimbus-jose-jwt
cdb025c is described below
commit cdb025cf9d0ba840828e011d26c63c251cb63221
Author: Zineb Bendhiba <[email protected]>
AuthorDate: Mon Jul 12 09:30:27 2021 +0200
add info about usage of nimbus-jose-jwt
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6cfa7bd..8d7c12a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,7 @@
<netty3.version>${netty3-version}</netty3.version><!-- Spark -->
<minio.version>${minio-version}</minio.version><!-- Keep in sync with
quarkiverse-minio and Camel, preferring Camel assuming that it is more likely
to be up to date -->
<mvel2.version>${mvel-version}</mvel2.version>
- <nimbus-jose-jwt.version>9.10</nimbus-jose-jwt.version><!-- It's
placed here because of mess in hdfs transitive deps, please upgrade when it's
possible -->
+ <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>