Skip to content

Commit

Permalink
Merge pull request #2 from kadampabookings/prod
Browse files Browse the repository at this point in the history
Added vertx-web-client in dependencyManagement section
  • Loading branch information
salmonb authored Nov 22, 2023
2 parents 271df35 + 17e9190 commit 56e8dd2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,11 @@
<artifactId>vertx-bridge-common</artifactId>
<version>${vertx.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-client</artifactId>
<version>${vertx.version}</version>
</dependency>

</dependencies>

Expand Down

0 comments on commit 56e8dd2

Please sign in to comment.