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 f7c78ae29d FELIX-6598 : Unresolved dependency to sun.nio.ch
f7c78ae29d is described below
commit f7c78ae29d5cd43737e7beb650acaedd1cfb4bba
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Mar 1 09:59:27 2023 +0100
FELIX-6598 : Unresolved dependency to sun.nio.ch
---
http/itest/pom.xml | 2 +-
http/jetty/pom.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/http/itest/pom.xml b/http/itest/pom.xml
index 54212ea0cc..f8c4ef26d5 100644
--- a/http/itest/pom.xml
+++ b/http/itest/pom.xml
@@ -35,7 +35,7 @@
<pax.exam.version>4.13.1</pax.exam.version>
<pax.url.aether.version>2.6.2</pax.url.aether.version>
<http.servlet.api.version>2.0.0</http.servlet.api.version>
- <http.jetty.version>4.2.7-SNAPSHOT</http.jetty.version>
+ <http.jetty.version>4.2.9-SNAPSHOT</http.jetty.version>
</properties>
<build>
diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 246342e1ba..62da8fecba 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -177,6 +177,7 @@
</Conditional-Package>
<Import-Package>
sun.misc;resolution:=optional,
+ sun.nio.ch;resolution:=optional,
javax.imageio;resolution:=optional,
javax.sql;resolution:=optional,
org.slf4j.*;resolution:=optional,