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 2019/07/31 16:56:43 UTC

[cxf] branch master updated: [CXF-7953]ensure we have corba api bundle installed if JDK don't provide

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

ffang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 65c771e  [CXF-7953]ensure we have corba api bundle installed if JDK don't provide
65c771e is described below

commit 65c771ec6d2c686d712dfd8384cdfcef3eb4ebd4
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Wed Jul 31 12:56:32 2019 -0400

    [CXF-7953]ensure we have corba api bundle installed if JDK don't provide
---
 osgi/karaf/features/src/main/resources/features.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/osgi/karaf/features/src/main/resources/features.xml b/osgi/karaf/features/src/main/resources/features.xml
index 77f3d65..9ffe674 100644
--- a/osgi/karaf/features/src/main/resources/features.xml
+++ b/osgi/karaf/features/src/main/resources/features.xml
@@ -372,8 +372,10 @@
         <bundle start-level="40">mvn:org.apache.cxf/cxf-rt-features-metrics/${project.version}</bundle>
     </feature>
     <feature name="cxf-bindings-corba" version="${project.version}">
+        <feature prerequisite="true">wrap</feature>
         <feature version="${project.version}">cxf-wsdl</feature>
         <bundle start-level="40">mvn:org.apache.cxf/cxf-rt-bindings-corba/${project.version}</bundle>
+        <bundle start-level="40" dependency="true">wrap:mvn:org.jacorb/jacorb-omgapi/3.7</bundle>
     </feature>
     <feature name="cxf-bindings-coloc" version="${project.version}">
         <feature version="${project.version}">cxf-core</feature>