Great, thanks. I thought there'd be a simple dependency like that. Out of curiosity - is that in the documentation somewhere and I missed it? Just making sure I've not missed any key reading.
Regards Lee, zmirc [via OpenEJB] wrote: > Hi! > > JavaEE 6 API it's what you need. Tomee contains the implementation > JARs, so there's no need to specify them. > <dependency> > <groupId>javax</groupId> > <artifactId>javaee-web-api</artifactId> > <version>6.0</version> > <scope>provided</scope> > </dependency> > > ------------------------------------------------------------------------ > If you reply to this email, your message will be added to the > discussion below: > http://openejb.979440.n4.nabble.com/Maven-Dependencies-Newbie-Question-tp4664611p4664612.html > > > To unsubscribe from Maven Dependencies (Newbie Question), click here > <http://openejb.979440.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4664611&code=TGVlQG9wZW5vYmplY3RzLmNvbXw0NjY0NjExfDE5MTk3Mjk5Mzk=>. > NAML > <http://openejb.979440.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > > -- View this message in context: http://openejb.979440.n4.nabble.com/Maven-Dependencies-Newbie-Question-tp4664611p4664613.html Sent from the OpenEJB User mailing list archive at Nabble.com.
