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 Mar 28, 2022
1 parent 280b249 commit de5ddcd
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions jetty-nosql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +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>
<dependency>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>test-sessions-common</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>

0 comments on commit de5ddcd

Please sign in to comment.