We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jetty-10
Unused test imports present in jetty-nosql:
<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>
The text was updated successfully, but these errors were encountered:
Issue #7657 Remove unused test imports in jetty-nosql
f187db4
Signed-off-by: Jan Bartel <[email protected]>
Issue #7657 Remove unused test imports in jetty-nosql (#7658)
de5ddcd
1bd498d
janbartel
Successfully merging a pull request may close this issue.
jetty-10
Unused test imports present in jetty-nosql:
The text was updated successfully, but these errors were encountered: