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

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

commit cbfdc33da985229250981f9a4b3e98a84b095690
Author: Julian Reschke <julian.resc...@gmx.de>
AuthorDate: Thu Aug 10 11:40:40 2023 +0100

    OAK-10385: segment-azure: add javax.activation-api to test class path
---
 oak-segment-azure/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/oak-segment-azure/pom.xml b/oak-segment-azure/pom.xml
index 189d765952..ede1b50a9d 100644
--- a/oak-segment-azure/pom.xml
+++ b/oak-segment-azure/pom.xml
@@ -211,6 +211,12 @@
             <artifactId>docker-junit-rule</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>javax.activation</groupId>
+            <artifactId>javax.activation-api</artifactId>
+            <version>1.2.0</version>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>jul-to-slf4j</artifactId>

Reply via email to