From 25e0954b90d77a97cf5bfdf320a2de11882d5eba Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 7 Apr 2023 19:18:57 -0400 Subject: [PATCH] Revert "Set correct Eclipse WTP facet version" This reverts commit d394ad3d3d794199a15acdddd2e0d6af0cced7d0. --- .../spring-boot-smoke-test-jetty-jsp/build.gradle | 8 -------- .../spring-boot-smoke-test-tomcat-jsp/build.gradle | 8 -------- .../spring-boot-smoke-test-traditional/build.gradle | 8 -------- .../spring-boot-smoke-test-web-jsp/build.gradle | 8 -------- 4 files changed, 32 deletions(-) diff --git a/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/build.gradle b/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/build.gradle index e731d23c7b5..140f0a3c9a0 100644 --- a/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/build.gradle +++ b/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/build.gradle @@ -32,11 +32,3 @@ dependencies { testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test")) testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-jetty")) } - -eclipse { - wtp { - facet { - facet name: 'jst.web', version: '5.0' - } - } -} diff --git a/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/build.gradle b/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/build.gradle index 852b573c801..caff9a9f00b 100644 --- a/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/build.gradle +++ b/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/build.gradle @@ -20,11 +20,3 @@ dependencies { testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test")) } - -eclipse { - wtp { - facet { - facet name: 'jst.web', version: '5.0' - } - } -} diff --git a/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-traditional/build.gradle b/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-traditional/build.gradle index 36c5387b4d8..fe339236a6a 100644 --- a/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-traditional/build.gradle +++ b/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-traditional/build.gradle @@ -21,11 +21,3 @@ dependencies { testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test")) testImplementation("org.apache.httpcomponents.client5:httpclient5") } - -eclipse { - wtp { - facet { - facet name: 'jst.web', version: '5.0' - } - } -} diff --git a/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-web-jsp/build.gradle b/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-web-jsp/build.gradle index 623c9be0af6..f170eab74e4 100644 --- a/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-web-jsp/build.gradle +++ b/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-web-jsp/build.gradle @@ -20,11 +20,3 @@ dependencies { testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test")) } - -eclipse { - wtp { - facet { - facet name: 'jst.web', version: '5.0' - } - } -}