Skip to content

Commit

Permalink
Internal Changes
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 556906464
  • Loading branch information
l46kok authored and copybara-github committed Aug 14, 2023
1 parent 7079dea commit 610adec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/src/main/java/dev/cel/runtime/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ java_library(
"//common",
"//common:error_codes",
"//common:options",
"//common:proto_ast",
"//common:runtime_exception",
"//common/annotations",
"//common/internal:comparison_functions",
Expand All @@ -68,7 +67,7 @@ java_library(
java_library(
name = "interpreter",
srcs = INTERPRETER_SOURCES,
deprecation = "Please use //java/com/google/api/expr/cel:runtime instead",
deprecation = "Please use CEL-Java Fluent APIs //runtime:runtime instead",
tags = [
],
exports = [":base"],
Expand All @@ -81,12 +80,12 @@ java_library(
"//common:error_codes",
"//common:features",
"//common:options",
"//common:proto_ast",
"//common:runtime_exception",
"//common/annotations",
"//common/ast",
"//common/internal:dynamic_proto",
"//common/types:type_providers",
"//runtime:unknown_attributes",
"@cel_spec//proto/cel/expr:expr_java_proto",
"@maven//:com_google_code_findbugs_annotations",
"@maven//:com_google_errorprone_error_prone_annotations",
Expand Down Expand Up @@ -151,6 +150,7 @@ java_library(
"//common:options",
"//common/annotations",
"//common/internal:dynamic_proto",
"//runtime:unknown_attributes",
"@maven//:com_google_code_findbugs_annotations",
"@maven//:com_google_errorprone_error_prone_annotations",
"@maven//:com_google_guava_guava",
Expand Down

0 comments on commit 610adec

Please sign in to comment.