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

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

commit 20740e2a24ce53d14454ab3fc73aa1e499669f13
Author: rishabhdaim <[email protected]>
AuthorDate: Mon Jul 21 10:38:16 2025 +0530

    OAK-11812 : added missing osgi dependencies to fix the 
classnotfoundexception
---
 oak-blob-cloud/pom.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/oak-blob-cloud/pom.xml b/oak-blob-cloud/pom.xml
index 8c64f9299a..720cf0d728 100644
--- a/oak-blob-cloud/pom.xml
+++ b/oak-blob-cloud/pom.xml
@@ -234,6 +234,21 @@
             <artifactId>mockito-core</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.service.event</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.service.log</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.service.cm</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
 </project>

Reply via email to