Skip to content

Commit 5afcaa7

Browse files
Revert "Add jetty-server to classpath for integration test"
This reverts commit 4e55f2a. This workaround is no longer required with the latest Micrometer snapshot.
1 parent 4e55f2a commit 5afcaa7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ 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")
1413

1514
intTestImplementation(enforcedPlatform(project(path: ":spring-boot-project:spring-boot-parent")))
1615
intTestImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))

0 commit comments

Comments
 (0)