Revert "Add jetty-server to classpath for integration test"

This reverts commit 4e55f2aab4.

This workaround is no longer required with the latest Micrometer
snapshot.
This commit is contained in:
Scott Frederick 2020-04-08 08:48:39 -05:00
parent 4e55f2aab4
commit 5afcaa7455
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ dependencies {
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web")) {
exclude group: "org.hibernate.validator"
}
implementation("org.eclipse.jetty:jetty-server")
intTestImplementation(enforcedPlatform(project(path: ":spring-boot-project:spring-boot-parent")))
intTestImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))