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/01/03 12:40:16 UTC

[jackrabbit-oak] branch 1.22 updated: OAK-9996: oak-search-mt: unneeded Guava import declaration (#754)

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

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


The following commit(s) were added to refs/heads/1.22 by this push:
     new 618c694e0b OAK-9996: oak-search-mt: unneeded Guava import declaration (#754)
618c694e0b is described below

commit 618c694e0b1789e4b6cf4e35c970de78a9d609b8
Author: Julian Reschke <re...@apache.org>
AuthorDate: Tue Nov 15 12:08:14 2022 +0100

    OAK-9996: oak-search-mt: unneeded Guava import declaration (#754)
---
 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 5f304d5f98..3b7ddea72a 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>