From 8b68baf1acdb63369e8dc896f1880f2fc4bd2081 Mon Sep 17 00:00:00 2001 From: Sokwhan Huh Date: Mon, 15 Apr 2024 13:33:55 -0700 Subject: [PATCH] Remove main AutoValue dependency from the published jar auto_value_annotations is still required for dependencies to compile autovalue annotated public classes(e.g: CelOptions) Fixes https://github.com/google/cel-java/issues/313 PiperOrigin-RevId: 625066521 --- BUILD.bazel | 1 - 1 file changed, 1 deletion(-) diff --git a/BUILD.bazel b/BUILD.bazel index 0a86ecbce..23ba57ee2 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -73,7 +73,6 @@ java_library( ], neverlink = 1, exports = [ - "@maven//:com_google_auto_value_auto_value", "@maven//:com_google_auto_value_auto_value_annotations", ], )