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 ac92820ac8cdb543d29e2ce41180af6bfed8b5ff
Author: Julian Reschke <[email protected]>
AuthorDate: Thu Jun 22 15:15:16 2023 +0100

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

diff --git a/oak-segment-tar/pom.xml b/oak-segment-tar/pom.xml
index 2a3577f8a4..5f96e2a4d2 100644
--- a/oak-segment-tar/pom.xml
+++ b/oak-segment-tar/pom.xml
@@ -239,6 +239,13 @@
             <scope>provided</scope>
         </dependency>
 
+        <!-- General utility libraries -->
+        <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
         <!-- Other dependencies -->
 
         <dependency>

Reply via email to