users@glassfish.java.net

Re: questions EJB3.1 + maven

From: Ludovic Champenois <Ludovic.Champenois_at_Sun.COM>
Date: Wed, 21 Oct 2009 09:25:46 -0700

Felipe Gaścho wrote:
> I got again in doubt about the dependencies to use with the Java EE 6:
>
> questions:
>
> if I am using <artifactId>javaee-api</artifactId> I don't need to
> declare the <version>3.0-b59</version>, right ?
>
>
So far, only <version>6.0-SNAPSHOT</version>
 is published for the EE 6 apis.

Ludo
> if I need to declare the <version>3.0-b59</version>, what is the
> correct version to EJB 3.1 ?
>
> <dependency>
> <groupId>javax</groupId>
> <artifactId>javaee-api</artifactId>
> <scope>provided</scope>
> </dependency>
> or ???
>
> <dependency>
> <groupId>org.glassfish</groupId>
> <artifactId>javax.ejb</artifactId>
> <version>3.0-b59</version>
> <scope>provided</scope>
> </dependency>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>