Skip to content

Commit

Permalink
Use RESTEasy Reactive in oidc integration test
Browse files Browse the repository at this point in the history
This is done in order to address:
quarkusio#19201 (review)
  • Loading branch information
geoand committed Aug 4, 2021
1 parent b326cd6 commit bf87765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/oidc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-jackson</artifactId>
<artifactId>quarkus-resteasy-reactive-jackson</artifactId>
</dependency>
<!-- test dependencies -->
<dependency>
Expand Down Expand Up @@ -73,7 +73,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-jackson-deployment</artifactId>
<artifactId>quarkus-resteasy-reactive-jackson-deployment</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
Expand Down

0 comments on commit bf87765

Please sign in to comment.