Skip to content

Commit d439d13

Browse files
l46kokcopybara-github
authored andcommitted
Internal Changes
PiperOrigin-RevId: 737757421
1 parent a10fe08 commit d439d13

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

common/BUILD.bazel

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,6 @@ package(
66
default_visibility = ["//visibility:public"],
77
)
88

9-
java_library(
10-
# TODO: Split this target and migrate consumers
11-
name = "common",
12-
deprecation = "Use split targets instead",
13-
exports = [
14-
":cel_ast",
15-
":cel_descriptors",
16-
":cel_exception",
17-
":cel_source",
18-
],
19-
)
20-
219
java_library(
2210
name = "compiler_common",
2311
exports = ["//common/src/main/java/dev/cel/common:compiler_common"],

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@ java_library(
108108
deps = [
109109
":cel_ast",
110110
":cel_source",
111-
"//common:cel_ast",
112-
"//common:cel_source",
113111
"//common/ast:expr_converter",
114112
"//common/types:cel_proto_types",
115113
"@cel_spec//proto/cel/expr:checked_java_proto",
@@ -144,7 +142,6 @@ java_library(
144142
deps = [
145143
":cel_ast",
146144
":cel_source",
147-
"//common:cel_source",
148145
"//common/ast:expr_v1alpha1_converter",
149146
"//common/types:cel_v1alpha1_types",
150147
"@com_google_googleapis//google/api/expr/v1alpha1:expr_java_proto",
@@ -181,7 +178,6 @@ java_library(
181178
deps = [
182179
":cel_ast",
183180
":mutable_source",
184-
"//common:cel_ast",
185181
"//common/ast",
186182
"//common/ast:mutable_expr",
187183
"//common/types:type_providers",

0 commit comments

Comments
 (0)