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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new fc6edc8fc3 OAK-11199: Java 23: getSubject is supported only if a 
security manager is allowed
fc6edc8fc3 is described below

commit fc6edc8fc31289f4340b91a782cf7d83cd1ddaa6
Author: Manfred Baedke <manfred.bae...@gmail.com>
AuthorDate: Mon Jan 6 14:20:27 2025 +0100

    OAK-11199: Java 23: getSubject is supported only if a security manager is 
allowed
    
    Removed redundant double dependency.
---
 oak-security-spi/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/oak-security-spi/pom.xml b/oak-security-spi/pom.xml
index a0109aebea..8c0680beff 100644
--- a/oak-security-spi/pom.xml
+++ b/oak-security-spi/pom.xml
@@ -109,11 +109,6 @@
       <artifactId>oak-jackrabbit-api</artifactId>
       <version>${project.version}</version>
     </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-commons</artifactId>
-      <version>${project.version}</version>
-    </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>oak-shaded-guava</artifactId>

Reply via email to