Skip to content

Commit

Permalink
fix: add missing jetty-io to springboot-authentication
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Grzybek <gr.grzybek@gmail.com>
  • Loading branch information
grgrzybek committed May 13, 2024
1 parent f122a0e commit 758fdb9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/springboot-authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-io</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util</artifactId>
Expand Down

0 comments on commit 758fdb9

Please sign in to comment.