This is an automated email from the ASF dual-hosted git repository.
ffang pushed a commit to branch 4.0.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/4.0.x-fixes by this push:
new c81434936f [CXF-9150]remove java.security.acl package from OSGi header
c81434936f is described below
commit c81434936fca4a1790e1ee350c59b317750ab5df
Author: Freeman Fang <[email protected]>
AuthorDate: Sun Jul 13 15:29:28 2025 -0400
[CXF-9150]remove java.security.acl package from OSGi header
(cherry picked from commit 2e1960b8a0ad3d06955e7c06bc2b9170411d988c)
---
core/pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/core/pom.xml b/core/pom.xml
index 0248b485bd..103b76111f 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -59,7 +59,8 @@
jakarta.xml.ws*;version="${cxf.osgi.jakarta.xml.ws.version}",
jakarta.xml.bind*;version="${cxf.osgi.jakarta.bind.version}",
jakarta.validation*;resolution:=optional;version="${cxf.validation.api.package.version}",
- !sun.misc
+ !sun.misc,
+ !java.security.acl
</cxf.osgi.import>
<cxf.osgi.dynamic.import>
org.apache.cxf.bus,org.apache.cxf.*,com.ctc.wstx.*