This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch OAK-12021 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit d59858feb39c8202a5479eb7658390e788058687 Author: Julian Reschke <[email protected]> AuthorDate: Thu Nov 27 13:10:04 2025 +0100 OAK-12021: cleanup oak-blob-plugins pom (oak-commons dependency) --- oak-blob-plugins/pom.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/oak-blob-plugins/pom.xml b/oak-blob-plugins/pom.xml index 93e8f0ced7..6ef91960d6 100644 --- a/oak-blob-plugins/pom.xml +++ b/oak-blob-plugins/pom.xml @@ -171,14 +171,6 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.jackrabbit</groupId> - <artifactId>oak-commons</artifactId> - <version>${project.version}</version> - <classifier>tests</classifier> - <scope>test</scope> - <optional>true</optional> - </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId>
