This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch OAK-11994 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit 1b6fb7e180175eb4843d7521f0dadc415671fe99 Author: Joerg Hoh <[email protected]> AuthorDate: Sun Oct 26 12:32:48 2025 +0100 OAK-11994 remove unused dependency to joda-time --- 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>
