This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch http-4.x
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/http-4.x by this push:
new 005770d9d6 FELIX-6668 - Make sun.misc and sun.nio.ch optional (#243)
005770d9d6 is described below
commit 005770d9d6c89450fe9d5ba1e23ec0641d5ed9a4
Author: Sagar Miglani <[email protected]>
AuthorDate: Thu Nov 2 15:27:27 2023 +0530
FELIX-6668 - Make sun.misc and sun.nio.ch optional (#243)
---
http/bridge/pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/http/bridge/pom.xml b/http/bridge/pom.xml
index c93396c54f..5ce2f1554d 100644
--- a/http/bridge/pom.xml
+++ b/http/bridge/pom.xml
@@ -72,6 +72,8 @@
<Import-Package>
org.osgi.service.useradmin;resolution:=optional;version="[1.1,2)",
org.osgi.service.log;resolution:=optional;version="[1.3,2)",
+ sun.misc;resolution:=optional,
+ sun.nio.ch;resolution:=optional,
*
</Import-Package>
<Provide-Capability>