Skip to content

Commit

Permalink
Merge pull request #88 from xuwei-k/update-jetty
Browse files Browse the repository at this point in the history
update jetty
  • Loading branch information
magnolia-k authored Nov 6, 2023
2 parents b6e89fe + 81d8218 commit 36776d0
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions 3.0/async/pekko-examples/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ libraryDependencies ++= Seq(
"org.scalatra" %% "scalatra-jakarta" % ScalatraVersion,
"org.scalatra" %% "scalatra-specs2-jakarta" % ScalatraVersion % Test,
"ch.qos.logback" % "logback-classic" % "1.4.11" % Provided,
"org.eclipse.jetty" % "jetty-webapp" % "11.0.15" % Provided,
"org.eclipse.jetty" % "jetty-webapp" % "11.0.18" % Provided,
"jakarta.servlet" % "jakarta.servlet-api" % "5.0.0" % Provided
)

enablePlugins(JettyPlugin)

Jetty / containerLibs := Seq("org.eclipse.jetty" % "jetty-runner" % "11.0.15" intransitive())
Jetty / containerLibs := Seq("org.eclipse.jetty" % "jetty-runner" % "11.0.18" intransitive())
4 changes: 2 additions & 2 deletions 3.0/formats/scalatra-forms/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ libraryDependencies ++= Seq(
"org.scalatra" %% "scalatra-jakarta" % ScalatraVersion,
"org.scalatra" %% "scalatra-specs2-jakarta" % ScalatraVersion % Test,
"ch.qos.logback" % "logback-classic" % "1.4.11" % Provided,
"org.eclipse.jetty" % "jetty-webapp" % "11.0.15" % Provided,
"org.eclipse.jetty" % "jetty-webapp" % "11.0.18" % Provided,
"jakarta.servlet" % "jakarta.servlet-api" % "5.0.0" % Provided
)

enablePlugins(SbtTwirl)
enablePlugins(JettyPlugin)

Jetty / containerLibs := Seq("org.eclipse.jetty" % "jetty-runner" % "11.0.15" intransitive())
Jetty / containerLibs := Seq("org.eclipse.jetty" % "jetty-runner" % "11.0.18" intransitive())
4 changes: 2 additions & 2 deletions 3.0/http/authentication-demo/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ libraryDependencies ++= Seq(
"org.scalatra" %% "scalatra-jakarta" % ScalatraVersion,
"org.scalatra" %% "scalatra-specs2-jakarta" % ScalatraVersion % Test,
"ch.qos.logback" % "logback-classic" % "1.4.11" % Provided,
"org.eclipse.jetty" % "jetty-webapp" % "11.0.15" % Provided,
"org.eclipse.jetty" % "jetty-webapp" % "11.0.18" % Provided,
"jakarta.servlet" % "jakarta.servlet-api" % "5.0.0" % Provided,
)

enablePlugins(JettyPlugin)

Jetty / containerLibs := Seq("org.eclipse.jetty" % "jetty-runner" % "11.0.15" intransitive())
Jetty / containerLibs := Seq("org.eclipse.jetty" % "jetty-runner" % "11.0.18" intransitive())
4 changes: 2 additions & 2 deletions 3.0/http/scalatra-gzip/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ libraryDependencies ++= Seq(
"org.scalatra" %% "scalatra-jakarta" % ScalatraVersion,
"org.scalatra" %% "scalatra-specs2-jakarta" % ScalatraVersion % Test,
"ch.qos.logback" % "logback-classic" % "1.4.11" % Provided,
"org.eclipse.jetty" % "jetty-webapp" % "11.0.15" % Provided,
"org.eclipse.jetty" % "jetty-webapp" % "11.0.18" % Provided,
"jakarta.servlet" % "jakarta.servlet-api" % "5.0.0" % Provided
)

enablePlugins(JettyPlugin)

Jetty / containerLibs := Seq("org.eclipse.jetty" % "jetty-runner" % "11.0.15" intransitive())
Jetty / containerLibs := Seq("org.eclipse.jetty" % "jetty-runner" % "11.0.18" intransitive())
4 changes: 2 additions & 2 deletions 3.0/http/scalatra-http-demo/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ libraryDependencies ++= Seq(
"org.scalatra" %% "scalatra-jakarta" % ScalatraVersion,
"org.scalatra" %% "scalatra-specs2-jakarta" % ScalatraVersion % Test,
"ch.qos.logback" % "logback-classic" % "1.4.11" % Provided,
"org.eclipse.jetty" % "jetty-webapp" % "11.0.15" % Provided,
"org.eclipse.jetty" % "jetty-webapp" % "11.0.18" % Provided,
"jakarta.servlet" % "jakarta.servlet-api" % "5.0.0" % Provided
)

enablePlugins(JettyPlugin)

Jetty / containerLibs := Seq("org.eclipse.jetty" % "jetty-runner" % "11.0.15" intransitive())
Jetty / containerLibs := Seq("org.eclipse.jetty" % "jetty-runner" % "11.0.18" intransitive())
4 changes: 2 additions & 2 deletions 3.0/http/scentry-auth-demo/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ libraryDependencies ++= Seq(
"org.scalatra" %% "scalatra-jakarta" % ScalatraVersion,
"org.scalatra" %% "scalatra-specs2-jakarta" % ScalatraVersion % Test,
"ch.qos.logback" % "logback-classic" % "1.4.11" % Provided,
"org.eclipse.jetty" % "jetty-webapp" % "11.0.15" % Provided,
"org.eclipse.jetty" % "jetty-webapp" % "11.0.18" % Provided,
"jakarta.servlet" % "jakarta.servlet-api" % "5.0.0" % Provided,
)

enablePlugins(JettyPlugin)

Jetty / containerLibs := Seq("org.eclipse.jetty" % "jetty-runner" % "11.0.15" intransitive())
Jetty / containerLibs := Seq("org.eclipse.jetty" % "jetty-runner" % "11.0.18" intransitive())
4 changes: 2 additions & 2 deletions 3.0/persistence/scalatra-slick/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ libraryDependencies ++= Seq(
"org.scalatra" %% "scalatra-jakarta" % ScalatraVersion,
"org.scalatra" %% "scalatra-specs2-jakarta" % ScalatraVersion % Test,
"ch.qos.logback" % "logback-classic" % "1.4.11" % Provided,
"org.eclipse.jetty" % "jetty-webapp" % "11.0.15" % Provided,
"org.eclipse.jetty" % "jetty-webapp" % "11.0.18" % Provided,
"jakarta.servlet" % "jakarta.servlet-api" % "5.0.0" % Provided
)

enablePlugins(JettyPlugin)

Jetty / containerLibs := Seq("org.eclipse.jetty" % "jetty-runner" % "11.0.15" intransitive())
Jetty / containerLibs := Seq("org.eclipse.jetty" % "jetty-runner" % "11.0.18" intransitive())
4 changes: 2 additions & 2 deletions 3.0/persistence/scalatra-squeryl/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ libraryDependencies ++= Seq(
"org.scalatra" %% "scalatra-jakarta" % ScalatraVersion,
"org.scalatra" %% "scalatra-scalatest-jakarta" % ScalatraVersion % Test,
"ch.qos.logback" % "logback-classic" % "1.4.11" % Provided,
"org.eclipse.jetty" % "jetty-webapp" % "11.0.15" % Provided,
"org.eclipse.jetty" % "jetty-webapp" % "11.0.18" % Provided,
"jakarta.servlet" % "jakarta.servlet-api" % "5.0.0" % Provided
)

Expand All @@ -21,4 +21,4 @@ ThisBuild / evictionErrorLevel := Level.Warn
enablePlugins(SbtTwirl)
enablePlugins(JettyPlugin)

Jetty / containerLibs := Seq("org.eclipse.jetty" % "jetty-runner" % "11.0.15" intransitive())
Jetty / containerLibs := Seq("org.eclipse.jetty" % "jetty-runner" % "11.0.18" intransitive())
4 changes: 2 additions & 2 deletions 3.0/swagger-example/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ libraryDependencies ++= Seq(
"org.scalatra" %% "scalatra-jakarta" % ScalatraVersion,
"org.scalatra" %% "scalatra-specs2-jakarta" % ScalatraVersion % Test,
"ch.qos.logback" % "logback-classic" % "1.4.11" % Provided,
"org.eclipse.jetty" % "jetty-webapp" % "11.0.15" % Provided,
"org.eclipse.jetty" % "jetty-webapp" % "11.0.18" % Provided,
"jakarta.servlet" % "jakarta.servlet-api" % "5.0.0" % Provided
)

ThisBuild / evictionErrorLevel := Level.Warn

enablePlugins(JettyPlugin)

Jetty / containerLibs := Seq("org.eclipse.jetty" % "jetty-runner" % "11.0.15" intransitive())
Jetty / containerLibs := Seq("org.eclipse.jetty" % "jetty-runner" % "11.0.18" intransitive())
4 changes: 2 additions & 2 deletions 3.0/views/scalatra-twirl/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ libraryDependencies ++= Seq(
"org.scalatra" %% "scalatra-jakarta" % ScalatraVersion,
"org.scalatra" %% "scalatra-specs2-jakarta" % ScalatraVersion % Test,
"ch.qos.logback" % "logback-classic" % "1.4.11" % Provided,
"org.eclipse.jetty" % "jetty-webapp" % "11.0.15" % Provided,
"org.eclipse.jetty" % "jetty-webapp" % "11.0.18" % Provided,
"jakarta.servlet" % "jakarta.servlet-api" % "5.0.0" % Provided
)

enablePlugins(SbtTwirl)
enablePlugins(JettyPlugin)

Jetty / containerLibs := Seq("org.eclipse.jetty" % "jetty-runner" % "11.0.15" intransitive())
Jetty / containerLibs := Seq("org.eclipse.jetty" % "jetty-runner" % "11.0.18" intransitive())

0 comments on commit 36776d0

Please sign in to comment.