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/05/15 16:39:07 UTC

[jackrabbit-oak] 01/01: OAK-10244: oak-solr-osgi: remove Guava import decl

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

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

commit 9812c53261412a065bd7751d5b486c91725cf31e
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Mon May 15 17:38:45 2023 +0100

    OAK-10244: oak-solr-osgi: remove Guava import decl
---
 oak-solr-osgi/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/oak-solr-osgi/pom.xml b/oak-solr-osgi/pom.xml
index 2dc3d4ab98..6d71ee820b 100644
--- a/oak-solr-osgi/pom.xml
+++ b/oak-solr-osgi/pom.xml
@@ -40,7 +40,6 @@
                 <configuration>
                     <instructions>
                         <Import-Package>
-                            <!-- OAK-7182 -->${guava.osgi.import},
                             org.apache.lucene.*;resolution:=optional,
                             com.googlecode.*;resolution:=optional,
                             com.vividsolutions.jts.*;resolution:=optional,