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
