Skip to content

Instantly share code, notes, and snippets.

@brunoborges
Created May 11, 2017 15:26
Show Gist options
  • Save brunoborges/3c273dda40834ad4ca9abdfef9eda0ba to your computer and use it in GitHub Desktop.
Save brunoborges/3c273dda40834ad4ca9abdfef9eda0ba to your computer and use it in GitHub Desktop.
<profiles>
<profile>
<id>weblogic</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<arquillian.launch>weblogic</arquillian.launch>
</properties>
<dependencies>
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-wls-remote-rest</artifactId>
<version>${version.arquillian-wls-remote-rest}</version>
<scope>test</scope>
</dependency>
</dependencies>
</profile>
</profiles>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment