Skip to content

Commit

Permalink
[RESTEASY-2124] microprofile-tck cleanup + move to wildfly-microprofi…
Browse files Browse the repository at this point in the history
…le-config-smallrye
  • Loading branch information
rsvoboda authored and asoldano committed Jan 22, 2019
1 parent d9d5236 commit 6e70001
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
14 changes: 14 additions & 0 deletions resteasy-dependencies-bom/pom.xml
Expand Up @@ -77,6 +77,7 @@
<version.org.wildfly.extras.creaper>1.6.1</version.org.wildfly.extras.creaper>
<version.org.wildfly.wildfly-arquillian-container-managed>2.1.1.Final</version.org.wildfly.wildfly-arquillian-container-managed>
<version.org.wildfly.wildfly-arquillian-container-remote>2.1.1.Final</version.org.wildfly.wildfly-arquillian-container-remote>
<version.org.wildfly.wildfly-microprofile-config-smallrye>14.0.0.Final</version.org.wildfly.wildfly-microprofile-config-smallrye>
<version.org.wildfly.security.wildfly-elytron>1.7.0.Final</version.org.wildfly.security.wildfly-elytron>
<version.org.yaml.snakeyaml>1.19</version.org.yaml.snakeyaml>
<version.javax.validation-api>2.0.1.Final</version.javax.validation-api>
Expand Down Expand Up @@ -564,6 +565,19 @@
<version>${version.microprofile.config}</version>
</dependency>

<dependency>
<groupId>org.eclipse.microprofile.rest.client</groupId>
<artifactId>microprofile-rest-client-tck</artifactId>
<version>${version.microprofile.restclient}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-microprofile-config-smallrye</artifactId>
<version>${version.org.wildfly.wildfly-microprofile-config-smallrye}</version>
<scope>test</scope>
</dependency>

<!-- testsuite dependencies -->
<dependency>
<groupId>com.github.tomakehurst</groupId>
Expand Down
11 changes: 1 addition & 10 deletions testsuite/microprofile-tck/pom.xml
Expand Up @@ -28,12 +28,6 @@
<name>MicroProfile Rest Client TCK</name>
<packaging>jar</packaging>

<properties>
<version.microprofile.restclient>1.0.1</version.microprofile.restclient>
<version.microprofile-config>1.2</version.microprofile-config>
<version.wildfly-microprofile-config>1.2.1</version.wildfly-microprofile-config>
</properties>

<dependencies>

<!-- REST Client implementation-->
Expand All @@ -57,14 +51,12 @@
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-api</artifactId>
<version>${version.microprofile-config}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-microprofile-config-implementation</artifactId>
<version>${version.wildfly-microprofile-config}</version>
<artifactId>wildfly-microprofile-config-smallrye</artifactId>
<scope>test</scope>
</dependency>

Expand All @@ -73,7 +65,6 @@
<dependency>
<groupId>org.eclipse.microprofile.rest.client</groupId>
<artifactId>microprofile-rest-client-tck</artifactId>
<version>${version.microprofile.restclient}</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 6e70001

Please sign in to comment.