Sorry the cxf dependency should be :

                <dependency>
                        <groupId>org.apache.cxf.karaf</groupId>
                        <artifactId>apache-cxf</artifactId>
                        <classifier>features</classifier>
                        <version>3.1.10</version>
                        <type>xml</type>
                        <scope>runtime</scope>
                </dependency>

and not:

                <dependency>
                        <groupId>org.apache.cxf.dosgi</groupId>
                        <artifactId>cxf-dosgi</artifactId>
                        <classifier>features</classifier>
                        <version>3.1.10</version>
                        <type>xml</type>
                        <scope>runtime</scope>
                </dependency>




--
View this message in context: 
http://karaf.922171.n3.nabble.com/CXF-3-1-8-in-karaf-4-1-1-tp4049844p4049865.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Reply via email to