cxf-bundle is kind of old/deprecated--it's recommended to instead use
the precise CXF dependencies you need. I'm unsure if you're doing
WAR/standalone or OSGi deployment, but my web service tutorial covers
both: http://www.jroller.com/gmazza/entry/web_service_tutorial , or for
REST: http://www.jroller.com/gmazza/entry/jersey_samples_on_cxf (CXF
version needs updating for the latter though); for specific additional
CXF security dependencies you might need (depending on what you're
doing), see the pom.xmls in my security articles:
http://www.jroller.com/gmazza/entry/blog_article_index .
HTH,
Glen
On 03/11/2013 10:53 AM, kongar wrote:
Hello all,
I'm trying to migrate my project to maven from ant, and I am getting a
failure when I try to download the non bundled version of cxf.
Specifically, this dependency fails:
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
<version>2.6.0</version>
</dependency>
Changing the artifactId to cxf-bundle will download the bundled version just
fine. Browsing through the maven repo, it does look like the jars are not
available (http://repo1.maven.org/maven2/org/apache/cxf/cxf/2.6.0/). Is
there a reason why the non-bundled version is not available?
--
View this message in context:
http://cxf.547215.n5.nabble.com/CXF-and-maven-tp5724400.html
Sent from the cxf-user mailing list archive at Nabble.com.