Description
I know that j2ee.jar is not available in ibiblio but a close equivalent one is in jboss-j2ee-3.2.3.jar, would it be possible to use that instead in the project.xml file?
i.e.
<dependency>
<groupId>jboss</groupId>
<artifactId>jboss-j2ee</artifactId>
<version>3.2.3</version>
</dependency>