From 618d113fadf0a4eb57ea187f4c7721a02038184e Mon Sep 17 00:00:00 2001 From: izeye Date: Mon, 4 Apr 2022 20:36:33 +0900 Subject: [PATCH] Move Jetty 9 specific exclusions to correct dependency See gh-30522 --- .../src/docs/asciidoc/howto/webserver.adoc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/webserver.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/webserver.adoc index de48b9cd94e..11b8b8ecaf2 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/webserver.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/webserver.adoc @@ -59,6 +59,13 @@ If you wish to use Jetty 10, you can do so as shown in the following example: org.springframework.boot spring-boot-starter-tomcat + + + + + org.springframework.boot + spring-boot-starter-jetty + org.eclipse.jetty.websocket @@ -70,11 +77,6 @@ If you wish to use Jetty 10, you can do so as shown in the following example: - - - org.springframework.boot - spring-boot-starter-jetty - ---- Note that along with excluding the Tomcat starter, a couple of Jetty9-specific dependencies also need to be excluded.