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/03 11:14:32 UTC

[jackrabbit-oak] branch 1.22 updated: OAK-9916: remove jackrabbit-data dependency from oak-store-document (#681)

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 939e5566e3 OAK-9916: remove jackrabbit-data dependency from oak-store-document (#681)
939e5566e3 is described below

commit 939e5566e3e54427811c4b5223991cc3a85524ee
Author: Julian Reschke <re...@apache.org>
AuthorDate: Thu Sep 1 14:32:48 2022 +0200

    OAK-9916: remove jackrabbit-data dependency from oak-store-document (#681)
---
 oak-store-document/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/oak-store-document/pom.xml b/oak-store-document/pom.xml
index d4cd8d378a..c66c1ea247 100644
--- a/oak-store-document/pom.xml
+++ b/oak-store-document/pom.xml
@@ -188,12 +188,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>