We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c04ac3 commit 82d9a8bCopy full SHA for 82d9a8b
1 file changed
xds/build.gradle
@@ -63,9 +63,6 @@ dependencies {
63
exclude group: 'com.google.protobuf', module: 'protobuf-java'
64
}
65
implementation "org.antlr:antlr4-runtime:4.9.1"
66
- compileOnly(libraries.cel.compiler) {
67
- exclude group: 'com.google.protobuf', module: 'protobuf-java'
68
- }
69
def nettyDependency = implementation project(':grpc-netty')
70
71
testImplementation project(':grpc-api')
0 commit comments