Thanks for the hint! After modifying the pom a bit more by adding a dependency on cxf-bundle 2.0.8 at the top of the dependencies it is working now:

                <dependency>
                        <groupId>org.apache.cxf</groupId>
                        <artifactId>cxf-bundle</artifactId>
                        <version>2.0.8</version>
                </dependency>

The previous referenced cxf-bundle is not available in any repository any longer.

Thanks,
--
Christian Schuhegger
http://www.el-chef.de/

Reply via email to