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

[jackrabbit-oak] 05/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 bbabbf89444fbe38383fbf081c83b5373b926aa0
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Thu Jun 22 15:41:48 2023 +0100

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

diff --git a/oak-store-document/pom.xml b/oak-store-document/pom.xml
index 5dc86bfe0d..c681406338 100644
--- a/oak-store-document/pom.xml
+++ b/oak-store-document/pom.xml
@@ -194,6 +194,13 @@
       <version>${jackrabbit.version}</version>
     </dependency>
 
+    <!-- General utility libraries -->
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <scope>provided</scope>
+    </dependency>
+
     <!-- Logging -->
     <dependency>
       <groupId>org.slf4j</groupId>