File tree 4 files changed +0
-32
lines changed
spring-boot-tests/spring-boot-smoke-tests
spring-boot-smoke-test-jetty-jsp
spring-boot-smoke-test-tomcat-jsp
spring-boot-smoke-test-traditional
spring-boot-smoke-test-web-jsp
4 files changed +0
-32
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,3 @@ dependencies {
32
32
testImplementation(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-test" ))
33
33
testImplementation(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-jetty" ))
34
34
}
35
-
36
- eclipse {
37
- wtp {
38
- facet {
39
- facet name : ' jst.web' , version : ' 5.0'
40
- }
41
- }
42
- }
Original file line number Diff line number Diff line change @@ -20,11 +20,3 @@ dependencies {
20
20
21
21
testImplementation(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-test" ))
22
22
}
23
-
24
- eclipse {
25
- wtp {
26
- facet {
27
- facet name : ' jst.web' , version : ' 5.0'
28
- }
29
- }
30
- }
Original file line number Diff line number Diff line change @@ -21,11 +21,3 @@ dependencies {
21
21
testImplementation(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-test" ))
22
22
testImplementation(" org.apache.httpcomponents.client5:httpclient5" )
23
23
}
24
-
25
- eclipse {
26
- wtp {
27
- facet {
28
- facet name : ' jst.web' , version : ' 5.0'
29
- }
30
- }
31
- }
Original file line number Diff line number Diff line change @@ -20,11 +20,3 @@ dependencies {
20
20
21
21
testImplementation(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-test" ))
22
22
}
23
-
24
- eclipse {
25
- wtp {
26
- facet {
27
- facet name : ' jst.web' , version : ' 5.0'
28
- }
29
- }
30
- }
You can’t perform that action at this time.
0 commit comments