This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/master by this push:
new 29d1656 FELIX-6506 : Update jetty to 9.4.45.v20220203 - make sun.misc
import optional
29d1656 is described below
commit 29d16568f1905587312da41b59775d81e6fa0a2e
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Mon Feb 14 09:55:58 2022 +0100
FELIX-6506 : Update jetty to 9.4.45.v20220203 - make sun.misc import
optional
---
http/jetty/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index fe5a8b0..566f3ae 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -176,6 +176,7 @@
org.apache.commons.*
</Conditional-Package>
<Import-Package>
+ sun.misc;resolution:=optional,
javax.imageio;resolution:=optional,
javax.sql;resolution:=optional,
org.slf4j.*;resolution:=optional,