Skip to content

Commit

Permalink
Fix typos in ServletContainerConfig for Jetty 11
Browse files Browse the repository at this point in the history
  • Loading branch information
f4lco committed Nov 13, 2020
1 parent cc7eddd commit e92596e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ class ServletContainerConfig {
addRedirectFilter(project, servletContainerRunnerConfig)
project.configurations[servletContainerRunnerConfig].resolutionStrategy {
force "jakarta.servlet:jakarta.servlet-api:${project.ext.jetty11ServletApiVersion}"
def jettyVversion = project.ext.jetty11Version
force "org.eclipse.jetty:jetty-server:$jettVersion"
def jettyVersion = project.ext.jetty11Version
force "org.eclipse.jetty:jetty-server:$jettyVersion"
force "org.eclipse.jetty:jetty-servlet:$jettyVersion"
force "org.eclipse.jetty:jetty-webapp:$jettyVersion"
force "org.eclipse.jetty:jetty-security:$jettyVersion"
Expand Down

0 comments on commit e92596e

Please sign in to comment.