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 2022/09/01 04:35:16 UTC

[jackrabbit-oak] branch OAK-9916 created (now 075add9f36)

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

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


      at 075add9f36 OAK-9916: remove jackrabbit-data dependency from oak-store-document

This branch includes the following new commits:

     new 075add9f36 OAK-9916: remove jackrabbit-data dependency from oak-store-document

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[jackrabbit-oak] 01/01: OAK-9916: remove jackrabbit-data dependency from oak-store-document

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 075add9f36b31359bd89acbd1a11cb17f47f3c8a
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Wed Aug 31 20:57:26 2022 +0100

    OAK-9916: remove jackrabbit-data dependency from oak-store-document
---
 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 1918c51126..c48454421a 100644
--- a/oak-store-document/pom.xml
+++ b/oak-store-document/pom.xml
@@ -193,12 +193,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>