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

[jackrabbit-oak] 01/01: OAK-9996: oak-search-mt: unneeded Guava import declaration

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>