Skip to content

Commit 4e55f2a

Browse files
Add jetty-server to classpath for integration test
This commit works around a problem with deploying Boot apps to Wildfly for integration testing while we investigate the root cause. See gh-20876
1 parent 257703f commit 4e55f2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-tests/spring-boot-deployment-tests/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ dependencies {
1010
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web")) {
1111
exclude group: "org.hibernate.validator"
1212
}
13+
implementation("org.eclipse.jetty:jetty-server")
1314

1415
intTestImplementation(enforcedPlatform(project(path: ":spring-boot-project:spring-boot-parent")))
1516
intTestImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))

0 commit comments

Comments
 (0)