Hello GlassFish Community,
I want to run unit tests with maven, so as a runtime replacement for the
pure-API "javaee-api" JAR (Maven coordinates = javax:javae-api:6) I need
to add a dependency on a "real" implementation of javaee.jar (which
includes the real classes for e. g. javax.ejb.EJBException and so
on).What are the coordinates to get this?
Thanks!
Markus