Possible Duplicate:
Which maven2 artifacts are necessary to build a WS with CXF and Spring?
I am using an ivy.xml file to get dependencies I need. So to get some dependencies, I write e.g.
<dependency org="org.hibernate" name="hibernate-entitymanager" rev="3.6.6.Final">
<artifact name="hibernate-entitymanager" type="jar" />
</dependency>.
When searching the Maven Central Repository for CXF, I found the following Ivy dependency information:
<dependency org="org.apache.cxf" name="cxf" rev="2.5.2" >
<artifact name="cxf" type="pom" />
</dependency>
That dependency has pom instead of jar for type. How can I get jars for CXF with Ivy?
apache-cxf is split into several JARs. I don’t know ivy but you probably need to import them separately, for example: