File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
2121 "com.google.re2j:re2j:1.8" ,
2222 "com.google.s2a.proto.v2:s2a-proto:0.1.3" ,
2323 "com.google.truth:truth:1.4.5" ,
24+ "dev.cel:runtime:0.11.1" ,
25+ "dev.cel:compiler:0.11.1" ,
2426 "com.squareup.okhttp:okhttp:2.7.5" ,
2527 "com.squareup.okio:okio:2.10.0" , # 3.0+ needs swapping to -jvm; need work to avoid flag-day
2628 "io.netty:netty-buffer:4.1.130.Final" ,
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
2525 "com.google.re2j:re2j:1.8" ,
2626 "com.google.s2a.proto.v2:s2a-proto:0.1.3" ,
2727 "com.google.truth:truth:1.4.5" ,
28+ "dev.cel:runtime:0.11.1" ,
29+ "dev.cel:compiler:0.11.1" ,
2830 "com.squareup.okhttp:okhttp:2.7.5" ,
2931 "com.squareup.okio:okio:2.10.0" , # 3.0+ needs swapping to -jvm; need work to avoid flag-day
3032 "io.netty:netty-buffer:4.1.130.Final" ,
Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ java_library(
4141 artifact ("com.google.errorprone:error_prone_annotations" ),
4242 artifact ("com.google.guava:guava" ),
4343 artifact ("com.google.re2j:re2j" ),
44- artifact ("dev.cel:cel-bundle" ),
44+ artifact ("dev.cel:runtime" ),
45+ artifact ("dev.cel:compiler" ),
4546 artifact ("io.netty:netty-buffer" ),
4647 artifact ("io.netty:netty-codec" ),
4748 artifact ("io.netty:netty-common" ),
You can’t perform that action at this time.
0 commit comments