Skip to content

Commit

Permalink
Issue #7657 Remove unused test imports in jetty-nosql (#7658)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Bartel <[email protected]>
  • Loading branch information
janbartel authored and joakime committed Oct 6, 2022
1 parent 660f601 commit 1bd498d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions jetty-integrations/jetty-nosql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,5 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-slf4j-impl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-test-helper</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 1bd498d

Please sign in to comment.