Hi all, I'm trying get a new app up & running on TomEE & have a question about building one via Maven. The question comes down to: What Maven dependencies do I use?
For example, I want to take advantage of CXF to produce JAX-WS & JAX-RS services. Normally I'd add that to my Maven POM like the following: Now I believe TomEE provides me the JAR for that dependency, so I realise I have to add a provided scope. But what do I do for the version number? Leaving it out results in errors in Eclipse. And are these the right dependencies to add anyway? Is there a list of what's available? For example, when I check the "Simple Webservice" example's POM <https://github.com/apache/tomee/blob/trunk/examples/simple-webservice/pom.xml> , it mentions the below dependency: So I'm a little confused as to exactly what I should be using & could do with a little guidance. Cheers for any help. Lee, -- View this message in context: http://openejb.979440.n4.nabble.com/Maven-Dependencies-Newbie-Question-tp4664611.html Sent from the OpenEJB User mailing list archive at Nabble.com.
