You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2023/01/02 14:25:42 UTC

[jackrabbit-oak] branch 1.22 updated: OAK-9915: remove jackrabbit-data dependency from oak-core (#680)

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

reschke pushed a commit to branch 1.22
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/1.22 by this push:
     new 9629e3ff2c OAK-9915: remove jackrabbit-data dependency from oak-core (#680)
9629e3ff2c is described below

commit 9629e3ff2c76374d381c037f2207f83848bf0ffc
Author: Julian Reschke <re...@apache.org>
AuthorDate: Wed Aug 31 17:33:59 2022 +0200

    OAK-9915: remove jackrabbit-data dependency from oak-core (#680)
---
 oak-core/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/oak-core/pom.xml b/oak-core/pom.xml
index bd636599b0..c48145919c 100644
--- a/oak-core/pom.xml
+++ b/oak-core/pom.xml
@@ -305,12 +305,6 @@
       <artifactId>jackrabbit-jcr-commons</artifactId>
       <version>${jackrabbit.version}</version>
     </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>jackrabbit-data</artifactId>
-      <version>${jackrabbit.version}</version>
-      <optional>true</optional>
-    </dependency>
 
     <!-- Logging -->
     <dependency>