Skip to content

Commit

Permalink
Disallow autovalue.shaded.* imports (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 authored Oct 2, 2023
1 parent 56cb86a commit 26bc7e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,7 @@
<!-- Instead, please use
`org.jspecify.annotations.Nullable`. -->
</property>
<property name="illegalPkgs" value="autovalue.shaded" />
<property name="illegalPkgs" value="com.amazonaws.annotation" />
<property name="illegalPkgs" value="com.beust.jcommander.internal" />
<property name="illegalPkgs" value="com.google.api.client.repackaged" />
Expand Down

0 comments on commit 26bc7e6

Please sign in to comment.