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 becc60f FELIX-6487 : Update to Jetty 11
becc60f is described below
commit becc60fb2b1eca2f8b3951bfb79c7179c9fe1edc
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Mar 16 08:03:45 2022 +0100
FELIX-6487 : Update to Jetty 11
---
http/bridge/pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/http/bridge/pom.xml b/http/bridge/pom.xml
index f471f83..7569ed1 100644
--- a/http/bridge/pom.xml
+++ b/http/bridge/pom.xml
@@ -63,7 +63,8 @@
</Export-Package>
<Private-Package>
org.apache.felix.http.base.*,
- org.apache.felix.http.bridge.internal.*
+ org.apache.felix.http.bridge.internal.*,
+ org.osgi.service.servlet.whiteboard.*
</Private-Package>
<Conditional-Package>
org.apache.commons.*