On Tuesday 05 August 2008 2:57:31 am Christian Schuhegger wrote: > Would it be possible that the CXF team creates a maven project that only > bundles the most common needed dependencies to run CXF, so that instead of > having to depend on a set of CXF modules it would be sufficient to only > include this one?
We kind of do: <artifactId>cxf-bundle</artifactId> That pulls in everything. With 2.1.2, well have: <artifactId>cxf-bundle-jaxrs</artifactId> for just the JAX-RS folks. -- Daniel Kulp [EMAIL PROTECTED] http://www.dankulp.com/blog
