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

reschke 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 c4e807c9ff OAK-11994 remove unused dependency to joda-time (#2593)
c4e807c9ff is described below

commit c4e807c9ff28ffab1a22b1982b97cd9a8117e4af
Author: Julian Reschke <[email protected]>
AuthorDate: Mon Oct 27 15:06:24 2025 +0100

    OAK-11994 remove unused dependency to joda-time (#2593)
    
    Co-authored-by: Joerg Hoh <[email protected]>
---
 oak-run/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/oak-run/pom.xml b/oak-run/pom.xml
index cb72d4dc28..b45a6820fb 100644
--- a/oak-run/pom.xml
+++ b/oak-run/pom.xml
@@ -404,11 +404,6 @@
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient-osgi</artifactId>
     </dependency>
-    <dependency>
-      <groupId>joda-time</groupId>
-      <artifactId>joda-time</artifactId>
-      <version>2.8.1</version>
-    </dependency>
 
     <!-- RDB support -->
     <dependency>

Reply via email to