File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed
src/main/java/dev/cel/common Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff 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-
219java_library (
2210 name = "compiler_common" ,
2311 exports = ["//common/src/main/java/dev/cel/common:compiler_common" ],
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments