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 da...@apache.org on 2023/06/26 14:26:09 UTC

[jackrabbit-oak] 08/09: OAK-10307: re-add guava to several subprojects to re-enable isolated compilation (will be removed later on)

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

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

commit 96c3fa25d82724730e5d96ec0af8b842fc637901
Author: Julian Reschke <re...@apache.org>
AuthorDate: Fri Jun 23 09:27:17 2023 +0100

    OAK-10307: re-add guava to several subprojects to re-enable isolated compilation (will be removed later on)
---
 oak-search/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/oak-search/pom.xml b/oak-search/pom.xml
index 74b3ebf7ea..0705670f92 100644
--- a/oak-search/pom.xml
+++ b/oak-search/pom.xml
@@ -199,7 +199,11 @@
             <artifactId>logback-classic</artifactId>
             <scope>test</scope>
         </dependency>
-
+        <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 </project>