File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 1515 <org .jboss.arquillian.version>1.1.1.Final</org .jboss.arquillian.version>
1616 <org .jboss.arquillian.spock>1.0.0.Beta2</org .jboss.arquillian.spock>
1717 <org .wildfly>8.0.0.Final</org .wildfly>
18+ <org .jboss.eap>7.2.0.Final</org .jboss.eap>
1819 <!-- Plugin versions -->
1920 <plugin .enforcer.version>1.3.1</plugin .enforcer.version>
2021 <maven .test.skip>false</maven .test.skip>
512513 </plugins >
513514 </build >
514515 </profile >
516+ <profile >
517+ <id >jbosseap-remote-arquillian</id >
518+ <dependencies >
519+ <dependency >
520+ <groupId >org.jboss.resteasy</groupId >
521+ <artifactId >resteasy-client</artifactId >
522+ <version >3.0.5.Final</version >
523+ <scope >test</scope >
524+ </dependency >
525+ <dependency >
526+ <groupId >org.jboss.resteasy</groupId >
527+ <artifactId >resteasy-jaxb-provider</artifactId >
528+ <version >3.0.5.Final</version >
529+ <scope >test</scope >
530+ </dependency >
531+ <dependency >
532+ <groupId >org.jboss.resteasy</groupId >
533+ <artifactId >resteasy-json-p-provider</artifactId >
534+ <version >3.0.5.Final</version >
535+ <scope >test</scope >
536+ </dependency >
537+ <dependency >
538+ <groupId >org.jboss.as</groupId >
539+ <artifactId >jboss-as-arquillian-container-remote</artifactId >
540+ <version >${org.jboss.eap} </version >
541+ <scope >test</scope >
542+ </dependency >
543+ </dependencies >
544+ <build >
545+ <testResources >
546+ <testResource >
547+ <directory >src/test/resources</directory >
548+ <filtering >true</filtering >
549+ </testResource >
550+ </testResources >
551+ <plugins >
552+ </plugins >
553+ </build >
554+ </profile >
515555 <profile >
516556 <id >glassfish-embedded-arquillian</id >
517557 <dependencies >
You can’t perform that action at this time.
0 commit comments