You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2021/11/01 19:30:55 UTC

[cxf] branch 3.4.x-fixes updated: [CXF-8614]ensure OSGi header of cxf-core to import com.sun.codemodel.writer package

This is an automated email from the ASF dual-hosted git repository.

ffang pushed a commit to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.4.x-fixes by this push:
     new b051397  [CXF-8614]ensure OSGi header of cxf-core to import com.sun.codemodel.writer package
b051397 is described below

commit b0513975cdd280e5d235fdda72cbfbde73ae2cb3
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Mon Nov 1 15:29:14 2021 -0400

    [CXF-8614]ensure OSGi header of cxf-core to import com.sun.codemodel.writer package
    
    (cherry picked from commit f9cf44fb1203b45833e5050688ae353bab788d32)
---
 core/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 81124e1..a334e49 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -46,6 +46,7 @@
             com.sun.msv*;resolution:=optional,
             com.sun.tools*;resolution:=optional,
             com.sun.xml*;resolution:=optional,
+            com.sun.codemodel.writer;resolution:=optional,
             org.slf4j*;resolution:=optional;version="${cxf.osgi.slf4j.version}",
             net.sf.cglib*;resolution:=optional;version="${cxf.cglib.osgi.version}",
             org.springframework.osgi.io;resolution:=optional;version="${cxf.osgi.spring.osgi.version}",
@@ -65,8 +66,7 @@
             org.apache.aries*;version="${cxf.aries.version.range}";resolution:=optional,
             org.apache.karaf.jaas.boot.principal;resolution:=optional,
             org.apache.commons.logging;resolution:=optional,
-            !sun.misc,
-            !com.sun.codemodel.writer
+            !sun.misc
         </cxf.osgi.import>
         <cxf.osgi.dynamic.import>
             org.apache.cxf.bus,org.apache.cxf.*,com.ctc.wstx.*,org.apache.karaf.jaas.boot.principal.*