Skip to content

Commit

Permalink
Revert "OAK-11300: shaded-guava: remove exports for packages that are…
Browse files Browse the repository at this point in the history
… not used (anymore) - annotations"

This reverts commit 63a9acf.
  • Loading branch information
reschke committed Dec 12, 2024
1 parent 5a1f56b commit 7989b8c
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 @@ -61,7 +61,6 @@
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>com/google/common/annotations/**</exclude>
<exclude>com/google/common/eventbus/**</exclude>
<exclude>com/google/common/html/**</exclude>
<exclude>com/google/common/net/**</exclude>
Expand Down Expand Up @@ -95,6 +94,7 @@
<!-- Export-Package and Import-Package must be declared explicitly since the maven-bundle-plugin executes before maven-shade-plugin, so the guava classes aren't present at this time.
Note that these should match the specifications from the MANIFEST.mf file of the guava jar this jar will be based on. -->
<Export-Package>
${pref}.common.annotations;version="${exported.guava.version}",
${pref}.common.base;version="${exported.guava.version}",
${pref}.common.cache;version="${exported.guava.version}";uses:="${pref}.common.base,${pref}.common.collect,${pref}.common.util.concurrent",
${pref}.common.collect;version="${exported.guava.version}";uses:="${pref}.common.base",
Expand Down

0 comments on commit 7989b8c

Please sign in to comment.