This is an automated email from the ASF dual-hosted git repository. daim pushed a commit to branch OAK-12031 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit 7e693ceae562f693373855300e2b944f68943cac Author: rishabhdaim <[email protected]> AuthorDate: Fri Dec 5 14:34:33 2025 +0530 OAK-12031 : added jackrabbit-jcr-commons since now jackrabbit-core is using it from its path used by oak-upgrade --- oak-upgrade/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/oak-upgrade/pom.xml b/oak-upgrade/pom.xml index eb046c83d5..de2743c702 100644 --- a/oak-upgrade/pom.xml +++ b/oak-upgrade/pom.xml @@ -136,6 +136,11 @@ <artifactId>oak-security-spi</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.apache.jackrabbit</groupId> + <artifactId>jackrabbit-jcr-commons</artifactId> + <version>${jackrabbit.version}</version> + </dependency> <dependency> <groupId>org.apache.jackrabbit</groupId> <artifactId>jackrabbit-core</artifactId>
