google / cel-java

Fast, portable, non-Turing complete expression evaluation with gradual typing (Java)
https://cel.dev
Apache License 2.0
81 stars 15 forks source link

Remove main AutoValue dependency from the published jar #315

Closed copybara-service[bot] closed 4 weeks ago

copybara-service[bot] commented 4 weeks ago

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