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

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


The following commit(s) were added to refs/heads/OAK-12118 by this push:
     new 28e3579d3c OAK-12118: LogCustomizer: cleanup POMs
28e3579d3c is described below

commit 28e3579d3cc0422a9c9b1e5aea06ede278801ced
Author: Julian Reschke <[email protected]>
AuthorDate: Sat Feb 28 18:38:38 2026 +0100

    OAK-12118: LogCustomizer: cleanup POMs
---
 oak-auth-external/pom.xml   | 5 -----
 oak-core-spi/pom.xml        | 5 -----
 oak-exercise/pom.xml        | 5 -----
 oak-pojosr/pom.xml          | 5 -----
 oak-security-spi/pom.xml    | 5 -----
 oak-segment-aws/pom.xml     | 5 -----
 oak-segment-remote/pom.xml  | 5 -----
 oak-store-composite/pom.xml | 5 -----
 8 files changed, 40 deletions(-)

diff --git a/oak-auth-external/pom.xml b/oak-auth-external/pom.xml
index b036654ece..bd0d3bbf5e 100644
--- a/oak-auth-external/pom.xml
+++ b/oak-auth-external/pom.xml
@@ -170,11 +170,6 @@
             <artifactId>jul-to-slf4j</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>ch.qos.logback</groupId>
-            <artifactId>logback-classic</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
diff --git a/oak-core-spi/pom.xml b/oak-core-spi/pom.xml
index 0f85288bd9..b550dc06e4 100644
--- a/oak-core-spi/pom.xml
+++ b/oak-core-spi/pom.xml
@@ -142,11 +142,6 @@
       <artifactId>junit</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>ch.qos.logback</groupId>
-      <artifactId>logback-classic</artifactId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
diff --git a/oak-exercise/pom.xml b/oak-exercise/pom.xml
index 60f205cd30..c13537d406 100644
--- a/oak-exercise/pom.xml
+++ b/oak-exercise/pom.xml
@@ -231,11 +231,6 @@
       <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>ch.qos.logback</groupId>
-      <artifactId>logback-classic</artifactId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.testing.osgi-mock.junit4</artifactId>
diff --git a/oak-pojosr/pom.xml b/oak-pojosr/pom.xml
index 03c42956f2..5b988771b4 100644
--- a/oak-pojosr/pom.xml
+++ b/oak-pojosr/pom.xml
@@ -303,11 +303,6 @@
       <artifactId>jul-to-slf4j</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>ch.qos.logback</groupId>
-      <artifactId>logback-classic</artifactId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
diff --git a/oak-security-spi/pom.xml b/oak-security-spi/pom.xml
index ae436a7bbf..391fe6d036 100644
--- a/oak-security-spi/pom.xml
+++ b/oak-security-spi/pom.xml
@@ -163,11 +163,6 @@
       <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-        <groupId>ch.qos.logback</groupId>
-        <artifactId>logback-classic</artifactId>
-        <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>oak-commons</artifactId>
diff --git a/oak-segment-aws/pom.xml b/oak-segment-aws/pom.xml
index 6dcead00b1..12cafe6afe 100644
--- a/oak-segment-aws/pom.xml
+++ b/oak-segment-aws/pom.xml
@@ -255,11 +255,6 @@
             <artifactId>jul-to-slf4j</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>ch.qos.logback</groupId>
-            <artifactId>logback-classic</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>io.findify</groupId>
             <artifactId>s3mock_2.12</artifactId>
diff --git a/oak-segment-remote/pom.xml b/oak-segment-remote/pom.xml
index 3645d0ef76..5fa65ef07e 100644
--- a/oak-segment-remote/pom.xml
+++ b/oak-segment-remote/pom.xml
@@ -151,10 +151,5 @@
             <version>1.0.0</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-          <groupId>ch.qos.logback</groupId>
-          <artifactId>logback-classic</artifactId>
-          <scope>test</scope>
-        </dependency>
   </dependencies>
 </project>
diff --git a/oak-store-composite/pom.xml b/oak-store-composite/pom.xml
index cc21afea2d..389e9b2a2d 100644
--- a/oak-store-composite/pom.xml
+++ b/oak-store-composite/pom.xml
@@ -164,11 +164,6 @@
       <artifactId>jul-to-slf4j</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>ch.qos.logback</groupId>
-      <artifactId>logback-classic</artifactId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.testing.osgi-mock.junit4</artifactId>

Reply via email to