Skip to content

Commit 99aeef1

Browse files
committed
fix dependency issue
1 parent f472c63 commit 99aeef1

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

MODULE.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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",

repositories.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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",

xds/BUILD.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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"),

0 commit comments

Comments
 (0)