Skip to content

Commit

Permalink
Merge pull request #26498 from geoand/rr-test-scope
Browse files Browse the repository at this point in the history
Apply test scope to testing only dependencies
  • Loading branch information
geoand authored Jul 4, 2022
2 parents e092723 + 05c7eaa commit 3e9514e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions independent-projects/resteasy-reactive/server/vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
Expand All @@ -73,6 +74,7 @@
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
Expand Down

0 comments on commit 3e9514e

Please sign in to comment.