Skip to content

Commit 25e0954

Browse files
committed
Revert "Set correct Eclipse WTP facet version"
This reverts commit d394ad3.
1 parent d394ad3 commit 25e0954

File tree

4 files changed

+0
-32
lines changed

4 files changed

+0
-32
lines changed

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

-8
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,3 @@ dependencies {
3232
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
3333
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-jetty"))
3434
}
35-
36-
eclipse {
37-
wtp {
38-
facet {
39-
facet name: 'jst.web', version: '5.0'
40-
}
41-
}
42-
}

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

-8
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,3 @@ dependencies {
2020

2121
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
2222
}
23-
24-
eclipse {
25-
wtp {
26-
facet {
27-
facet name: 'jst.web', version: '5.0'
28-
}
29-
}
30-
}

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

-8
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,3 @@ dependencies {
2121
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
2222
testImplementation("org.apache.httpcomponents.client5:httpclient5")
2323
}
24-
25-
eclipse {
26-
wtp {
27-
facet {
28-
facet name: 'jst.web', version: '5.0'
29-
}
30-
}
31-
}

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

-8
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,3 @@ dependencies {
2020

2121
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
2222
}
23-
24-
eclipse {
25-
wtp {
26-
facet {
27-
facet name: 'jst.web', version: '5.0'
28-
}
29-
}
30-
}

0 commit comments

Comments
 (0)