Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

CXF sbt/Maven

$
0
0
Hi,

I'm trying to add cxf dependency to my sbt project. I simply use JAX-WS and
JAXB. No fancy service at all. I'm using it in embedded mode. It is one
service, one basic service. I used the eclipse integration to generate my
serviced from a wsdl file. It is a SOAP - Document based web-sercice. I did
this service as part of a larger software a while ago. Today our project is
being ported to sbt for compilation management purpose.

Hence, i would like to know, how can i do to include the proper lib in sbt
using the dependency management of Maven. Actually i'm trying to have
someone tell me how to use SBT, the same question could be asked for maven.
If this it all comes down to: is it possible to get a minimal set of libs
from maven central repository. I don't want the all thing that i have in the
lib folder of the distribution. I just want those necessary and i want to
get them from maven.

How can I know what i need without struggling too much ? is there some
profile etc..

Viewing all articles
Browse latest Browse all 5648

Trending Articles