Skip to content

Commit

Permalink
add google-auth-library-java dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pmupkin committed May 7, 2024
1 parent 25fbbad commit ff5646a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,7 @@ subprojects {
dependency "io.grpc:grpc-stub:${grpcVersion}"
dependency "io.grpc:grpc-netty:${grpcVersion}"
dependency "io.grpc:grpc-netty-shaded:${grpcVersion}"
dependency "google-auth-library-java:1.22.0"

dependency "javax.annotation:javax.annotation-api:1.3.2"

Expand Down
1 change: 1 addition & 0 deletions eventmesh-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ dependencies {
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
implementation "io.grpc:grpc-stub:${grpcVersion}"
implementation "javax.annotation:javax.annotation-api:1.3.2"
implementation "google-auth-library-java:1.22.0"

testImplementation "org.junit-pioneer:junit-pioneer"
implementation "org.yaml:snakeyaml"
Expand Down
1 change: 1 addition & 0 deletions eventmesh-examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dependencies {
implementation "io.grpc:grpc-stub:${grpcVersion}"
implementation "io.grpc:grpc-netty:${grpcVersion}"
implementation "io.grpc:grpc-netty-shaded:${grpcVersion}"
implementation "google-auth-library-java:1.22.0"

compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ dependencies {
implementation "com.google.protobuf:protobuf-java-util:${protobufVersion}"
implementation "javax.annotation:javax.annotation-api:1.3.2"
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.0'
implementation "google-auth-library-java:1.22.0"
}

protobuf {
Expand Down
1 change: 1 addition & 0 deletions eventmesh-sdks/eventmesh-sdk-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ dependencies {
implementation "io.grpc:grpc-netty-shaded:${grpcVersion}"
implementation "io.cloudevents:cloudevents-protobuf"

implementation "google-auth-library-java:1.22.0"
// protocol
api "io.cloudevents:cloudevents-core"
api "io.cloudevents:cloudevents-json-jackson"
Expand Down

0 comments on commit ff5646a

Please sign in to comment.