This is an automated email from the ASF dual-hosted git repository.
ffang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/main by this push:
new 2e1960b8a0 [CXF-9150]remove java.security.acl package from OSGi header
2e1960b8a0 is described below
commit 2e1960b8a0ad3d06955e7c06bc2b9170411d988c
Author: Freeman Fang <[email protected]>
AuthorDate: Sun Jul 13 15:29:28 2025 -0400
[CXF-9150]remove java.security.acl package from OSGi header
---
core/pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/core/pom.xml b/core/pom.xml
index 9100e360fc..58c1e599a7 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.*