Skip to content

Commit

Permalink
Stop enforcing Jetty platform 12
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Nov 13, 2024
1 parent 5c114a1 commit fe4075f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ configurations {
}

dependencies {
implementation enforcedPlatform("org.eclipse.jetty:jetty-bom:12.0.8")
implementation platform("org.eclipse.jetty:jetty-bom:12.0.8")
api "org.wiremock:wiremock-jetty12:${wiremockVersion}"

// compileOnly "org.wiremock:wiremock:${wiremockVersion}"
// shadow "org.wiremock:wiremock:${wiremockVersion}"
api "org.springframework.boot:spring-boot-test:3.3.4"
api "org.springframework:spring-test:6.1.13"
api "org.slf4j:slf4j-api:2.0.16"
Expand Down

0 comments on commit fe4075f

Please sign in to comment.