Hi
You also need to add apache incubating maven repository into your pom.xml
<repositories>
<repository>
<id>apache.incubating.releases</id>
<name>Apache Incubating Release Distribution Repository</name>
<url>http://people.apache.org/repo/m2-incubating-repository</url>
</repository>
</repositories>
Willem.
Jeff Yu wrote:
>
> Hi,
>
> Try this:
>
> <dependency>
> <groupId>org.apache.cxf</groupId>
> <artifactId>cxf-rt-core</artifactId>
> <version>${cxf.version}</version>
> </dependency>
>
> <dependency>
> <groupId>org.apache.cxf</groupId>
> <artifactId>cxf-rt-bindings-soap</artifactId>
> <version>${cxf.version}</version>
> </dependency>
>
> <dependency>
> <groupId>org.apache.cxf</groupId>
> <artifactId>cxf-rt-frontend-jaxws</artifactId>
> <version>${cxf.version}</version>
> </dependency>
>
> <dependency>
> <groupId>org.apache.cxf</groupId>
> <artifactId>cxf-tools-common</artifactId>
> <version>${cxf.version}</version>
> </dependency>
>
> <dependency>
> <groupId>org.apache.cxf</groupId>
> <artifactId>cxf-rt-transports-http</artifactId>
> <version>${cxf.version}</version>
> </dependency>
> <dependency>
> <groupId>org.apache.cxf</groupId>
> <artifactId>cxf-rt-transports-http-jetty</artifactId>
> <version>${cxf.version}</version>
> </dependency>
> <dependency>
> <groupId>org.apache.cxf</groupId>
> <artifactId>cxf-rt-ws-security</artifactId>
> <version>${cxf.version}</version>
> </dependency>
>
> Thanks
> Jeff
>
>
> shaminda perera wrote:
>> Hi all..
>>
>> I need to get all the CXF jars in to my Maven dependancy list..
>>
>> I have done something like this
>>
>>
>> <dependency>
>>
>> <groupId>org.apache.cxf</groupId>
>>
>> <artifactId>apache-cxf</artifactId>
>>
>> <version>2.0.1-incubator</version>
>>
>> </dependency>
>>
>> but i am not getting the required jars..
>>
>> someone pls help ,,, i need the correct entry to put in here..
>>
>> Thanks
>>
>>
>
>
--
View this message in context:
http://www.nabble.com/maven-repo-for-cxf-jars-tf4652652.html#a13295158
Sent from the cxf-user mailing list archive at Nabble.com.