This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-base.git
The following commit(s) were added to refs/heads/master by this push:
new 985bb2a SLING-9629 - Jackrabbit RMI imports no longer marked as
optional
985bb2a is described below
commit 985bb2a62d4647997d496a22d2c8076d9eede0e6
Author: Robert Munteanu <[email protected]>
AuthorDate: Tue Aug 4 17:03:33 2020 +0200
SLING-9629 - Jackrabbit RMI imports no longer marked as optional
---
bnd.bnd | 3 +++
pom.xml | 1 -
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/bnd.bnd b/bnd.bnd
new file mode 100644
index 0000000..532d1a9
--- /dev/null
+++ b/bnd.bnd
@@ -0,0 +1,3 @@
+Bundle-Category: sling,jcr,jackrabbit
+Provide-Capability:
osgi.service;objectClass:List<String>="javax.jcr.Repository,org.apache.sling.jcr.api.SlingRepository"
+Import-Package: org.apache.jackrabbit.rmi.*;resolution:=optional, *
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index b2b6f6f..00936ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,6 @@
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-jcr-rmi</artifactId>
<version>2.0.0</version>
- <optional>true</optional>
<scope>provided</scope>
</dependency>
<dependency>