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:06 UTC

[jackrabbit-oak] branch OAK-10244 created (now 9812c53261)

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

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


      at 9812c53261 OAK-10244: oak-solr-osgi: remove Guava import decl

This branch includes the following new commits:

     new 9812c53261 OAK-10244: oak-solr-osgi: remove Guava import decl

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by re...@apache.org.
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,