Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Feb 1, 2024
1 parent f988706 commit 44827c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions embedded/file-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
<version>${jetty.version}</version>
</dependency>

<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-slf4j-impl</artifactId>
<version>${jetty.version}</version>
</dependency>

<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-webapp</artifactId>
Expand Down

0 comments on commit 44827c1

Please sign in to comment.