Skip to content

Instantly share code, notes, and snippets.

@jardineworks
Last active August 29, 2015 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jardineworks/a8327d03a17a4a9287f7 to your computer and use it in GitHub Desktop.
Save jardineworks/a8327d03a17a4a9287f7 to your computer and use it in GitHub Desktop.
<dependency>
<groupId>com.liferay.arquillian</groupId>
<artifactId>arquillian-liferay-maven-extension</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.junit</groupId>
<artifactId>arquillian-junit-container</artifactId>
<version>1.1.5.Final</version>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-tomcat-remote-7</artifactId>
<version>1.0.0.CR7</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment