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

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

commit 66c80b2e1a6f049d67aab9cdd76ee9f873d41aba
Author: Julian Reschke <julian.resc...@gmx.de>
AuthorDate: Fri Jun 14 12:11:13 2024 +0100

    OAK-10893: standalone: remove RMI dependency
---
 oak-examples/standalone/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/oak-examples/standalone/pom.xml b/oak-examples/standalone/pom.xml
index 28a107d2f8..e2164e8fc7 100644
--- a/oak-examples/standalone/pom.xml
+++ b/oak-examples/standalone/pom.xml
@@ -159,11 +159,6 @@
       <artifactId>jackrabbit-jcr-servlet</artifactId>
       <version>${jackrabbit.version}</version>
     </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>jackrabbit-jcr-rmi</artifactId>
-      <version>${jackrabbit.version}</version>
-    </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>oak-jcr</artifactId>

Reply via email to