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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
jetty-10
There are old, unused test imports in the jetty-gcloud/jetty-gcloud-session-manager which should be removed:
jetty-gcloud/jetty-gcloud-session-manager
<dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-webapp</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.eclipse.jetty.websocket</groupId> <artifactId>websocket-servlet</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.eclipse.jetty.websocket</groupId> <artifactId>websocket-jetty-server</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</groupId> <artifactId>jetty-slf4j-impl</artifactId> <scope>test</scope> </dependency>
The text was updated successfully, but these errors were encountered:
Issue #7655 Remove unused test imports for jetty-gcloud
a812e5d
Signed-off-by: Jan Bartel <janb@webtide.com>
Issue #7655 Remove unused test imports for jetty-gcloud (#7656)
c18744b
Successfully merging a pull request may close this issue.
jetty-10
There are old, unused test imports in the
jetty-gcloud/jetty-gcloud-session-manager
which should be removed:The text was updated successfully, but these errors were encountered: