From 58b9b8c7ecae961a8b285d10188b11b045d25cec Mon Sep 17 00:00:00 2001 From: Marko Strukelj Date: Mon, 22 Jan 2024 12:15:09 +0100 Subject: [PATCH] Remove exclusion of json-path transitive from kafka-oauth-client (#210) Signed-off-by: Marko Strukelj --- README.md | 2 +- oauth-client/pom.xml | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 3f6cc943..285205e4 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Copy the following jars into your Kafka `libs` directory: oauth-client/target/kafka-oauth-client-*.jar oauth-common/target/lib/nimbus-jose-jwt-*.jar -If you want to use custom claim checking, also copy the following: +If you want to use custom claim checking, or json-path based principal extraction from JWT tokens, also copy the following: oauth-server/target/lib/json-path-*.jar oauth-server/target/lib/json-smart-*.jar diff --git a/oauth-client/pom.xml b/oauth-client/pom.xml index 221aa98c..d8c169fc 100644 --- a/oauth-client/pom.xml +++ b/oauth-client/pom.xml @@ -15,12 +15,6 @@ io.strimzi kafka-oauth-common - - - com.jayway.jsonpath - json-path - - org.slf4j