Skip to content

Commit

Permalink
Remove Jetty client from webflux-undertow sample
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Jan 9, 2023
1 parent 1b01a10 commit f47823b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framework/webflux-undertow/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ dependencies {
implementation("org.glassfish.jaxb:jaxb-runtime")

testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("org.eclipse.jetty:jetty-reactive-httpclient")

appTestImplementation("org.eclipse.jetty.websocket:websocket-jetty-client")
appTestImplementation(project(":aot-smoke-test-support"))
Expand Down

0 comments on commit f47823b

Please sign in to comment.