Table of Contents
Installation
Add one of the following dependencies to your Maven pom.xml, depending on your target container mode.
Managed GlassFish
<dependency>
<groupId>ee.omnifish.arquillian</groupId>
<artifactId>arquillian-glassfish-server-managed</artifactId>
<version>YOUR_VERSION</version>
<scope>test</scope>
</dependency>