Skip to content

Commit 7a505a9

Browse files
committed
Add JBos AS Remote profile
1 parent ee250fd commit 7a505a9

File tree

1 file changed

+21
-0
lines changed
  • arquillian-service-integration-spring-3-int-tests

1 file changed

+21
-0
lines changed

arquillian-service-integration-spring-3-int-tests/pom.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,27 @@
167167
</plugins>
168168
</build>
169169
</profile>
170+
<profile>
171+
<id>jbossas-remote</id>
172+
<dependencies>
173+
<dependency>
174+
<groupId>org.jboss.spec</groupId>
175+
<artifactId>jboss-javaee-web-6.0</artifactId>
176+
<type>pom</type>
177+
<scope>provided</scope>
178+
</dependency>
179+
<dependency>
180+
<groupId>org.jboss.as</groupId>
181+
<artifactId>jboss-as-arquillian-container-remote</artifactId>
182+
<scope>test</scope>
183+
</dependency>
184+
<dependency>
185+
<groupId>org.jboss.arquillian.protocol</groupId>
186+
<artifactId>arquillian-protocol-servlet</artifactId>
187+
<scope>test</scope>
188+
</dependency>
189+
</dependencies>
190+
</profile>
170191

171192
<profile>
172193
<id>glassfish-embedded</id>

0 commit comments

Comments
 (0)