Skip to content

Commit 82d9a8b

Browse files
committed
remove cel compiler from xds/build.gradle
1 parent 5c04ac3 commit 82d9a8b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

xds/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ dependencies {
6363
exclude group: 'com.google.protobuf', module: 'protobuf-java'
6464
}
6565
implementation "org.antlr:antlr4-runtime:4.9.1"
66-
compileOnly(libraries.cel.compiler) {
67-
exclude group: 'com.google.protobuf', module: 'protobuf-java'
68-
}
6966
def nettyDependency = implementation project(':grpc-netty')
7067

7168
testImplementation project(':grpc-api')

0 commit comments

Comments
 (0)