On Jan 8, 2014, at 1:57 PM, dhogan <[email protected]> wrote:
> Thanks for the resolution. What are the old dependencies? Is there a good > place I can look to know the correct dependency set for various version? I > found http://cxf.apache.org/docs/cxf-dependency-graphs.html, but it does not > seem to tell me what I need to know. Mostly the cxf-rt-core and cxf-api. Both don’t exist in 3.0.0 as they were combined into a single cxf-core. Just remove those and you should be “OK” as cxf-core will be pulled in transitively from the other CXF dependencies. I think you would need to remove the WSS4J 1.6 dep as well as 3.0 would require the 2.0-beta. Again, that can be pulled in transitively from cxf-rt-ws-security. Dan > > Thanks > > Dirk > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/2-7-2-3-0-0milestone1-update-yields-No-DestinationFactory-upon-ws-publish-tp5738355p5738402.html > Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
