Skip to content

Commit

Permalink
Arquillian enabled for TCK tests of rest client (#4165)
Browse files Browse the repository at this point in the history
Signed-off-by: David Kral <david.k.kral@oracle.com>
  • Loading branch information
Verdent authored and senivam committed Jun 19, 2019
1 parent 80c01b6 commit 487ea98
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions tests/integration/microprofile/rest-client/pom.xml
Expand Up @@ -53,24 +53,24 @@
<version>2.21.0</version>
<scope>test</scope>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.jboss.arquillian.testng</groupId>-->
<!-- <artifactId>arquillian-testng-container</artifactId>-->
<!-- <version>1.4.1.Final</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.jboss.arquillian.container</groupId>-->
<!-- <artifactId>arquillian-container-test-spi</artifactId>-->
<!-- <version>1.4.1.Final</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.jboss.arquillian.container</groupId>-->
<!-- <artifactId>arquillian-weld-embedded</artifactId>-->
<!-- <version>2.0.1.Final</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
<dependency>
<groupId>org.jboss.arquillian.testng</groupId>
<artifactId>arquillian-testng-container</artifactId>
<version>1.4.1.Final</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-container-test-spi</artifactId>
<version>1.4.1.Final</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-weld-embedded</artifactId>
<version>2.0.1.Final</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.test-framework</groupId>
<artifactId>jersey-test-framework-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/pom.xml
Expand Up @@ -138,7 +138,7 @@
<module>tracing-support</module>
<module>microprofile/config/helidon</module>
<module>microprofile/config/webapp</module>
<!-- <module>microprofile/rest-client</module>-->
<module>microprofile/rest-client</module>
</modules>

<profiles>
Expand Down

0 comments on commit 487ea98

Please sign in to comment.