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 bc76186092 OAK-10887: webapp: remove RMI support - cleanup pom new 0b997de85c Merge branch 'trunk' of github.com:apache/jackrabbit-oak into trunk bc76186092 is described below commit bc76186092f1268818d3dcf041815eeb0861af6a Author: Julian Reschke <julian.resc...@gmx.de> AuthorDate: Fri Jun 14 11:43:52 2024 +0100 OAK-10887: webapp: remove RMI support - cleanup pom --- oak-examples/webapp/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/oak-examples/webapp/pom.xml b/oak-examples/webapp/pom.xml index 3c767a72a6..a4f0b98d7a 100644 --- a/oak-examples/webapp/pom.xml +++ b/oak-examples/webapp/pom.xml @@ -78,11 +78,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>