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 2022/11/15 09:45:54 UTC

[jackrabbit-oak] branch OAK-9996 created (now fdd82ff5f8)

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

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


      at fdd82ff5f8 OAK-9996: oak-search-mt: unneeded Guava import declaration

This branch includes the following new commits:

     new fdd82ff5f8 OAK-9996: oak-search-mt: unneeded Guava import declaration

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-9996: oak-search-mt: unneeded Guava import declaration

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit fdd82ff5f8829bbcad8579d17148f0469b00e5e3
Author: Julian Reschke <re...@apache.org>
AuthorDate: Tue Nov 15 10:45:49 2022 +0100

    OAK-9996: oak-search-mt: unneeded Guava import declaration
---
 oak-search-mt/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/oak-search-mt/pom.xml b/oak-search-mt/pom.xml
index 1937bf1cc7..1f1eb7df2e 100644
--- a/oak-search-mt/pom.xml
+++ b/oak-search-mt/pom.xml
@@ -160,11 +160,6 @@
             <version>2.4</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>com.google.guava</groupId>
-            <artifactId>guava</artifactId>
-            <version>18.0</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-math3</artifactId>