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 ebd5bef49c FELIX-6792 - do not embed apache commons and fileupload
into jetty (#435)
ebd5bef49c is described below
commit ebd5bef49c6fa04c04688e749e35328d8a0b5235
Author: Niek Raaijmakers <[email protected]>
AuthorDate: Tue Aug 5 13:42:32 2025 +0200
FELIX-6792 - do not embed apache commons and fileupload into jetty (#435)
Co-authored-by: Niek Raaijmakers <[email protected]>
---
http/bridge/pom.xml | 3 ---
http/jetty/pom.xml | 3 ---
http/jetty12/pom.xml | 3 ---
3 files changed, 9 deletions(-)
diff --git a/http/bridge/pom.xml b/http/bridge/pom.xml
index 7d263cc610..baa2fbec75 100644
--- a/http/bridge/pom.xml
+++ b/http/bridge/pom.xml
@@ -74,9 +74,6 @@
org.apache.felix.http.base.*,
org.apache.felix.http.bridge.internal.*
</Private-Package>
- <Conditional-Package>
- org.apache.commons.*
- </Conditional-Package>
<Import-Package>
jakarta.servlet,
jakarta.servlet.http,
diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 517c87e902..184e65d4b4 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -191,9 +191,6 @@
org.eclipse.jetty,
org.eclipse.jetty.version
</Private-Package>
- <Conditional-Package>
- org.apache.commons.*
- </Conditional-Package>
<Import-Package>
sun.misc;resolution:=optional,
sun.nio.ch;resolution:=optional,
diff --git a/http/jetty12/pom.xml b/http/jetty12/pom.xml
index 7fb3195cf9..46dd227046 100644
--- a/http/jetty12/pom.xml
+++ b/http/jetty12/pom.xml
@@ -195,9 +195,6 @@
org.apache.felix.http.jetty.*,
org.eclipse.jetty.version
</Private-Package>
- <Conditional-Package>
- org.apache.commons.*
- </Conditional-Package>
<Import-Package>
sun.misc;resolution:=optional,
sun.nio.ch;resolution:=optional,