This is an automated email from the ASF dual-hosted git repository.
daim 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 21bf32ed39 OAK-12031 : added jackrabbit-jcr-commons since now
jackrabbit-core is using it from its path used by oak-upgrade (#2649)
21bf32ed39 is described below
commit 21bf32ed397e64dd9a52696623a0c5aec3de7081
Author: Rishabh Kumar <[email protected]>
AuthorDate: Tue Dec 9 17:03:32 2025 +0530
OAK-12031 : added jackrabbit-jcr-commons since now jackrabbit-core is using
it from its path used by oak-upgrade (#2649)
---
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>