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 a11707669e49f22cafe6a8d3f88abc78875c7aa6 Author: Julian Reschke <[email protected]> AuthorDate: Thu Jun 22 16:16:37 2023 +0100 OAK-10307: re-add guava to several subprojects to re-enable isolated compilation (will be removed later on) --- oak-store-spi/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/oak-store-spi/pom.xml b/oak-store-spi/pom.xml index 93cb80239e..02c60af701 100644 --- a/oak-store-spi/pom.xml +++ b/oak-store-spi/pom.xml @@ -113,6 +113,11 @@ </dependency> <!-- General utility libraries --> + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + <scope>provided</scope> + </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId>
