Skip to content

Commit

Permalink
fix(deps): add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopacheco1 committed Oct 9, 2024
1 parent 02d0b8b commit e4817ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-oidc</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-oidc-client-reactive-filter</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit5</artifactId>
Expand Down

0 comments on commit e4817ec

Please sign in to comment.