Skip to content

Commit

Permalink
Reverting Jetty version workaround (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrichlake authored Oct 16, 2023
1 parent 6c81692 commit be9fc89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ dependencies {
testImplementation testFixtures(project(':shared'))

implementation 'io.javalin:javalin:5.6.3'
implementation 'org.eclipse.jetty:jetty-http:11.0.17' // Overriding the version of Jetty from Javalin

testImplementation 'org.apache.groovy:groovy:4.0.15'
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
Expand Down

0 comments on commit be9fc89

Please sign in to comment.