A List Of Java EE 7 Maven API Dependencies

Maven (pom) dependencies to Java EE 7 web and full API profiles, as well as finer-grained dependencies to dedicated Java EE APIs are listed here:https://wikis.oracle.com/display/GlassFish/Java+EE+7+Maven+Coordinates. The list also contains links to the reference implementations.

For most cases all you need (also for testing) is:


<dependency>
    <groupId>javax</groupId>  
    <artifactId>javaee-api</artifactId>  
    <version>7.0</version>  
</dependency>

See you at Java EE Workshops at MUC Airport!

Comments:

Hi,
Nice, very usefull.
Thx!

Posted by Carlos Ystranho on June 22, 2013 at 12:21 AM CEST #

Mmmh, SNAPSHOT dependencies in JEE7... I think the Oracle wiki needs an update :)

Posted by Hendrik Ebbers on June 22, 2013 at 03:11 PM CEST #

Post a Comment:
  • HTML Syntax: NOT allowed
...the last 150 posts
...the last 10 comments
License