> I still wonder what others exactly use as J2EE dependency for compiling EJB
> 2 projects with Maven 2 ??

For our EJB2 projects, we use geronimo-spec-ejb directly... Not the
geronimo-j2ee_1.4_spec that you are using.

<dependency>
  <groupId>geronimo-spec</groupId>
  <artifactId>geronimo-spec-ejb</artifactId>
  <version>2.1-rc4</version>
</dependency>

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to