Skip to content

Commit

Permalink
Remove resteasy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
netodevel committed May 11, 2021
1 parent 61225be commit 6ed50d4
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions integration-tests/redis-devservices/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>quarkus-integration-test-redis-devservices</artifactId>
<name>Quarkus - Integration Tests - Redis DevServices</name>
<name>Quarkus - Integration Tests - Redis DevService</name>

<dependencies>
<dependency>
Expand All @@ -20,20 +20,11 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-arc</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit5</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<scope>test</scope>
</dependency>
<!-- Minimal test dependencies to *-deployment artifacts for consistent build order -->
<dependency>
<groupId>io.quarkus</groupId>
Expand Down Expand Up @@ -61,19 +52,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-deployment</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 6ed50d4

Please sign in to comment.