This is an automated email from the ASF dual-hosted git repository.
reschke 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 e0cffef667 OAK-10893: standalone: remove RMI dependency (#1529)
e0cffef667 is described below
commit e0cffef6674685d087bba8928cda8b3ea22f93c6
Author: Julian Reschke <[email protected]>
AuthorDate: Fri Jun 14 14:32:40 2024 +0200
OAK-10893: standalone: remove RMI dependency (#1529)
---
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>