This is an automated email from the ASF dual-hosted git repository. nicoloboschi pushed a commit to branch branch-2.10 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit d7ffe4f6610739a61808430f1e08e1c0594f4ff4 Author: Nicolò Boschi <[email protected]> AuthorDate: Tue Mar 29 09:13:47 2022 +0200 [fix][auth] Athenz: do not use uber-jar and bump to 1.10.50 (#14884) (cherry picked from commit cffe28a69379cc4641bac0dd2f03cd9b40779aec) --- pom.xml | 4 ++-- pulsar-client-auth-athenz/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index fe7526f5781..e17ce0a1c38 100644 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,7 @@ flexible messaging model and an intuitive client API.</description> <jetty.version>9.4.44.v20210927</jetty.version> <conscrypt.version>2.5.2</conscrypt.version> <jersey.version>2.34</jersey.version> - <athenz.version>1.10.9</athenz.version> + <athenz.version>1.10.50</athenz.version> <prometheus.version>0.5.0</prometheus.version> <vertx.version>3.9.8</vertx.version> <rocksdb.version>6.10.2</rocksdb.version> @@ -807,7 +807,7 @@ flexible messaging model and an intuitive client API.</description> <dependency> <groupId>com.yahoo.athenz</groupId> - <artifactId>athenz-zts-java-client</artifactId> + <artifactId>athenz-zts-java-client-core</artifactId> <version>${athenz.version}</version> </dependency> diff --git a/pulsar-client-auth-athenz/pom.xml b/pulsar-client-auth-athenz/pom.xml index 81a58f48575..ac112c812d9 100644 --- a/pulsar-client-auth-athenz/pom.xml +++ b/pulsar-client-auth-athenz/pom.xml @@ -44,7 +44,7 @@ <dependency> <groupId>com.yahoo.athenz</groupId> - <artifactId>athenz-zts-java-client</artifactId> + <artifactId>athenz-zts-java-client-core</artifactId> </dependency> <dependency>
