Set correct Eclipse WTP facet version
This commit is contained in:
parent
4c06d4d646
commit
d394ad3d3d
|
|
@ -32,3 +32,11 @@ dependencies {
|
||||||
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
|
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
|
||||||
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-jetty"))
|
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-jetty"))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
eclipse {
|
||||||
|
wtp {
|
||||||
|
facet {
|
||||||
|
facet name: 'jst.web', version: '5.0'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -20,3 +20,11 @@ dependencies {
|
||||||
|
|
||||||
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
|
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
eclipse {
|
||||||
|
wtp {
|
||||||
|
facet {
|
||||||
|
facet name: 'jst.web', version: '5.0'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -21,3 +21,11 @@ dependencies {
|
||||||
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
|
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
|
||||||
testImplementation("org.apache.httpcomponents.client5:httpclient5")
|
testImplementation("org.apache.httpcomponents.client5:httpclient5")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
eclipse {
|
||||||
|
wtp {
|
||||||
|
facet {
|
||||||
|
facet name: 'jst.web', version: '5.0'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -20,3 +20,11 @@ dependencies {
|
||||||
|
|
||||||
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
|
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
eclipse {
|
||||||
|
wtp {
|
||||||
|
facet {
|
||||||
|
facet name: 'jst.web', version: '5.0'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue