Skip to content

Commit a77fe90

Browse files
committed
Add a dependency to vertx-web-client test scoped
1 parent 5b5fbaa commit a77fe90

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vertx-web/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@
8383
</dependency>
8484

8585
<!-- Testing -->
86+
<dependency>
87+
<groupId>io.vertx</groupId>
88+
<artifactId>vertx-web-client</artifactId>
89+
<scope>test</scope>
90+
</dependency>
8691
<dependency>
8792
<groupId>org.junit.vintage</groupId>
8893
<artifactId>junit-vintage-engine</artifactId>

0 commit comments

Comments
 (0)