File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
arquillian-service-integration-spring-3-int-tests Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments