Skip to content

Commit cbff617

Browse files
l46kokcopybara-github
authored andcommitted
Internal Changes
PiperOrigin-RevId: 556866493
1 parent 7079dea commit cbff617

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

runtime/src/main/java/dev/cel/runtime/BUILD.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ java_library(
4949
"//common",
5050
"//common:error_codes",
5151
"//common:options",
52-
"//common:proto_ast",
5352
"//common:runtime_exception",
5453
"//common/annotations",
5554
"//common/internal:comparison_functions",
@@ -68,7 +67,7 @@ java_library(
6867
java_library(
6968
name = "interpreter",
7069
srcs = INTERPRETER_SOURCES,
71-
deprecation = "Please use //java/com/google/api/expr/cel:runtime instead",
70+
deprecation = "Please use CEL-Java Fluent APIs //runtime:runtime instead",
7271
tags = [
7372
],
7473
exports = [":base"],
@@ -81,12 +80,12 @@ java_library(
8180
"//common:error_codes",
8281
"//common:features",
8382
"//common:options",
84-
"//common:proto_ast",
8583
"//common:runtime_exception",
8684
"//common/annotations",
8785
"//common/ast",
8886
"//common/internal:dynamic_proto",
8987
"//common/types:type_providers",
88+
"//runtime:unknown_attributes",
9089
"@cel_spec//proto/cel/expr:expr_java_proto",
9190
"@maven//:com_google_code_findbugs_annotations",
9291
"@maven//:com_google_errorprone_error_prone_annotations",
@@ -151,6 +150,7 @@ java_library(
151150
"//common:options",
152151
"//common/annotations",
153152
"//common/internal:dynamic_proto",
153+
"//runtime:unknown_attributes",
154154
"@maven//:com_google_code_findbugs_annotations",
155155
"@maven//:com_google_errorprone_error_prone_annotations",
156156
"@maven//:com_google_guava_guava",

0 commit comments

Comments
 (0)