Skip to content

Commit

Permalink
OAK-11300: shaded-guava: remove exports for packages that are not use…
Browse files Browse the repository at this point in the history
…d (anymore) - primitives
  • Loading branch information
reschke committed Jan 9, 2025
1 parent eeccd72 commit dde8d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oak-shaded-guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
<exclude>com/google/common/eventbus/**</exclude>
<exclude>com/google/common/html/**</exclude>
<exclude>com/google/common/net/**</exclude>
<exclude>com/google/common/primitives/**</exclude>
<exclude>com/google/common/reflect/**</exclude>
<exclude>com/google/common/xml/**</exclude>
</excludes>
Expand Down Expand Up @@ -103,7 +104,6 @@
${pref}.common.hash;version="${exported.guava.version}";uses:="${pref}.common.base",
${pref}.common.io;version="${exported.guava.version}";uses:="${pref}.common.base,${pref}.common.collect,${pref}.common.graph,${pref}.common.hash",
${pref}.common.math;version="${exported.guava.version}",
${pref}.common.primitives;version="${exported.guava.version}";uses:="${pref}.common.base",
${pref}.common.util.concurrent;version="${exported.guava.version}";uses:="${pref}.common.base,${pref}.common.collect,${pref}.common.util.concurrent.internal",
</Export-Package>
<Import-Package>
Expand Down

0 comments on commit dde8d90

Please sign in to comment.