We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257703f commit 4e55f2aCopy full SHA for 4e55f2a
spring-boot-tests/spring-boot-deployment-tests/build.gradle
@@ -10,6 +10,7 @@ dependencies {
10
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web")) {
11
exclude group: "org.hibernate.validator"
12
}
13
+ implementation("org.eclipse.jetty:jetty-server")
14
15
intTestImplementation(enforcedPlatform(project(path: ":spring-boot-project:spring-boot-parent")))
16
intTestImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
0 commit comments