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

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

commit 73ff589ba5a6d2007907720d8db16f0e6c92e46d
Author: Julian Reschke <julian.resc...@gmx.de>
AuthorDate: Wed Sep 3 06:55:07 2025 +0100

    OAK-11224: shaded guava is only a test dependency in commons, adjust 
core-spi to re-add the dependency
---
 oak-commons/pom.xml  | 5 +++--
 oak-core-spi/pom.xml | 5 +++++
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/oak-commons/pom.xml b/oak-commons/pom.xml
index 26c06380c6..5c98a50c85 100644
--- a/oak-commons/pom.xml
+++ b/oak-commons/pom.xml
@@ -114,13 +114,14 @@
       <artifactId>jackrabbit-jcr-commons</artifactId>
       <version>${jackrabbit.version}</version>
     </dependency>
+
+    <!-- Test dependencies -->
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>oak-shaded-guava</artifactId>
       <version>${project.version}</version>
+      <scope>test</scope>
     </dependency>
-
-    <!-- Test dependencies -->
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
diff --git a/oak-core-spi/pom.xml b/oak-core-spi/pom.xml
index 8964d2e45d..7b91c6fe61 100644
--- a/oak-core-spi/pom.xml
+++ b/oak-core-spi/pom.xml
@@ -108,6 +108,11 @@
     </dependency>
 
     <!-- Other Oak module -->
+    <dependency>
+      <groupId>org.apache.jackrabbit</groupId>
+      <artifactId>oak-shaded-guava</artifactId>
+      <version>${project.version}</version>
+    </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>oak-jackrabbit-api</artifactId>

Reply via email to