Skip to content

Commit

Permalink
Jetty workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg3lopez committed Oct 12, 2023
1 parent f235ce2 commit 31aa7bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies {
testImplementation testFixtures(project(':shared'))

implementation 'io.javalin:javalin:5.6.2'
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 31aa7bd

Please sign in to comment.