Skip to content

Commit

Permalink
address comment by @ikhoon
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhee17 committed Nov 22, 2024
1 parent 371284b commit dc6aa2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 4 additions & 1 deletion dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,10 @@ version.ref = "protobuf-gradle-plugin"
[libraries.protobuf-jackson]
module = "org.curioswitch.curiostack:protobuf-jackson"
version.ref = "protobuf-jackson"
exclusions = "javax.annotation:javax.annotation-api"
exclusions = [
'com.google.protobuf:protobuf-java',
"javax.annotation:javax.annotation-api",
]
javadocs = "https://developers.curioswitch.org/apidocs/java/"

[libraries.reactor-core]
Expand Down
4 changes: 1 addition & 3 deletions grpc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ dependencies {
optionalImplementation libs.grpc.kotlin
optionalImplementation libs.kotlin.coroutines.core

api(libs.protobuf.jackson) {
exclude group: 'com.google.protobuf', module: 'protobuf-java'
}
api libs.protobuf.jackson

testImplementation(libs.gax.grpc) {
exclude group: 'com.google.protobuf', module: 'protobuf-java'
Expand Down

0 comments on commit dc6aa2a

Please sign in to comment.