Skip to content

Instantly share code, notes, and snippets.

@brunoborges
Created May 11, 2017 15:25
Show Gist options
  • Save brunoborges/eb13602c1d24e9ded00f0838093f0959 to your computer and use it in GitHub Desktop.
Save brunoborges/eb13602c1d24e9ded00f0838093f0959 to your computer and use it in GitHub Desktop.
<dependency>
<groupId>org.arquillian.universe</groupId>
<artifactId>arquillian-cube-docker</artifactId>
<scope>test</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.arquillian.universe</groupId>
<artifactId>arquillian-junit</artifactId>
<scope>test</scope>
<type>pom</type>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment