Skip to content

Commit

Permalink
Fix #464 - Add OTP to the bom
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier committed Dec 20, 2021
1 parent a37d3dd commit ec2a369
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vertx-mutiny-clients-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@
<artifactId>smallrye-mutiny-vertx-auth-oauth2</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-mutiny-vertx-auth-otp</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-mutiny-vertx-web-client</artifactId>
Expand Down

0 comments on commit ec2a369

Please sign in to comment.