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>



--
View this message in context: 
http://openejb.979440.n4.nabble.com/Maven-Dependencies-Newbie-Question-tp4664611p4664612.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Reply via email to