Browse Source

Revert "Set correct Eclipse WTP facet version"

This reverts commit d394ad3d3d.
pull/35377/head
Phillip Webb 3 years ago
parent
commit
25e0954b90
  1. 8
      spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/build.gradle
  2. 8
      spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/build.gradle
  3. 8
      spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-traditional/build.gradle
  4. 8
      spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-web-jsp/build.gradle

8
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/build.gradle

@ -32,11 +32,3 @@ dependencies { @@ -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'
}
}
}

8
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/build.gradle

@ -20,11 +20,3 @@ dependencies { @@ -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'
}
}
}

8
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-traditional/build.gradle

@ -21,11 +21,3 @@ dependencies { @@ -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'
}
}
}

8
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-web-jsp/build.gradle

@ -20,11 +20,3 @@ dependencies { @@ -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'
}
}
}

Loading…
Cancel
Save