You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2023/06/07 14:21:08 UTC

[jackrabbit-oak] branch OAK-10274 updated: OAK-10247: oak-core-spi: remove Guava from public API - OSGi import cleanup

This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch OAK-10274
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/OAK-10274 by this push:
     new ea19473d0e OAK-10247: oak-core-spi: remove Guava from public API - OSGi import cleanup
ea19473d0e is described below

commit ea19473d0e1341e23fdb04bfd0f81de3b5ae5e47
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Wed Jun 7 15:20:55 2023 +0100

    OAK-10247: oak-core-spi: remove Guava from public API - OSGi import cleanup
---
 oak-core-spi/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/oak-core-spi/pom.xml b/oak-core-spi/pom.xml
index 828261e5f5..86c264f54c 100644
--- a/oak-core-spi/pom.xml
+++ b/oak-core-spi/pom.xml
@@ -42,10 +42,6 @@
         <artifactId>maven-bundle-plugin</artifactId>
         <configuration>
           <instructions>
-            <Import-Package>
-              <!-- OAK-7182 -->${guava.osgi.import},
-              *
-            </Import-Package>
             <Export-Package>
               org.apache.jackrabbit.oak.cache,
               org.apache.jackrabbit.oak.commons.jmx,