You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by hr...@apache.org on 2021/05/11 01:21:06 UTC

[pulsar-manager] branch master updated: Upgrade Athenz version and remove yahoo.bintray.com repository (#379)

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

hrsakai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-manager.git


The following commit(s) were added to refs/heads/master by this push:
     new cebbcce  Upgrade Athenz version and remove yahoo.bintray.com repository (#379)
cebbcce is described below

commit cebbcce91e42ace41068b6a9710e477114652ba6
Author: Masahiro Sakamoto <ma...@yahoo-corp.jp>
AuthorDate: Tue May 11 10:20:57 2021 +0900

    Upgrade Athenz version and remove yahoo.bintray.com repository (#379)
---
 build.gradle      | 4 +---
 gradle.properties | 1 +
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/build.gradle b/build.gradle
index af17e01..26315a8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -36,9 +36,6 @@ plugins {
 repositories {
     mavenCentral()
     mavenLocal()
-    maven {
-        url "https://yahoo.bintray.com/maven"
-    }
 }
 
 configurations {
@@ -125,6 +122,7 @@ dependencies {
     compile group: 'org.apache.pulsar', name: 'pulsar-client-admin-original', version: pulsarVersion
     compile group: 'org.apache.pulsar', name: 'pulsar-client-auth-athenz', version: pulsarVersion
     compile group: 'org.apache.pulsar', name: 'pulsar-client-auth-sasl', version: pulsarVersion
+    compile group: 'com.yahoo.athenz', name: 'athenz-zts-java-client', version: athenzVersion
     compile group: 'io.springfox', name: 'springfox-swagger2', version: swagger2Version
     compile group: 'io.springfox', name: 'springfox-swagger-ui', version: swaggeruiVersion
     compile group: 'org.apache.pulsar', name: 'pulsar-broker', version: pulsarVersion
diff --git a/gradle.properties b/gradle.properties
index c66f4d7..8a5a1f5 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -11,6 +11,7 @@ pageHelperVersion=1.2.4
 mockitoVersion=2.8.47
 guavaVersion=21.0
 pulsarVersion=2.7.0
+athenzVersion=1.10.9
 swagger2Version=2.9.2
 swaggeruiVersion=2.9.2
 apiMockitoVersion=1.7.1