Skip to content

Commit

Permalink
Add missing jetty-slf4j-impl
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Feb 5, 2024
1 parent 95b2e0f commit 5dda18f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions standalone/lowresource-access/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@
<version>${jetty.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-slf4j-impl</artifactId>
<version>${jetty.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-webapp</artifactId>
Expand Down

0 comments on commit 5dda18f

Please sign in to comment.