Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions oak-shaded-guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<packaging>bundle</packaging>

<properties>
<shaded.guava.version>33.5.0-jre</shaded.guava.version>
<shaded.guava.version>33.6.0-jre</shaded.guava.version>
<pref>org.apache.jackrabbit.guava</pref>
</properties>

Expand Down Expand Up @@ -98,11 +98,11 @@
Note that these should match the specifications from the MANIFEST.mf file of the guava jar this jar will be based on. -->
<Export-Package>
<!-- package versions as recommended by baseline -->
${pref}.common.base;version="34.0.0",
${pref}.common.cache;version="33.4.2";uses:="${pref}.common.base,${pref}.common.collect,${pref}.common.util.concurrent",
${pref}.common.collect;version="34.0.1";uses:="${pref}.common.base",
${pref}.common.hash;version="33.5.0";uses:="${pref}.common.base",
${pref}.common.util.concurrent;version="33.5.0";uses:="${pref}.common.base,${pref}.common.collect,${pref}.common.util.concurrent.internal,${pref}.common.primitives",
${pref}.common.base;version="34.0.1",
${pref}.common.cache;version="33.4.3";uses:="${pref}.common.base,${pref}.common.collect,${pref}.common.util.concurrent",
${pref}.common.collect;version="34.1.0";uses:="${pref}.common.base",
${pref}.common.hash;version="33.6.0";uses:="${pref}.common.base",
${pref}.common.util.concurrent;version="34.0.0";uses:="${pref}.common.base,${pref}.common.collect,${pref}.common.util.concurrent.internal,${pref}.common.primitives",
</Export-Package>
<Import-Package>
javax.crypto;resolution:=optional,
Expand Down
Loading