Skip to content

Commit 8169d85

Browse files
authored
Remove jetty-ee10-webapp dependency due to migration to sbt-war (#137)
1 parent 4778953 commit 8169d85

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/g8/build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ lazy val hello = (project in file("."))
1111
"org.scalatra" %% "scalatra-jakarta" % ScalatraVersion,
1212
"org.scalatra" %% "scalatra-scalatest-jakarta" % ScalatraVersion % "test",
1313
"ch.qos.logback" % "logback-classic" % "1.5.6" % "runtime",
14-
"org.eclipse.jetty.ee10" % "jetty-ee10-webapp" % "$jetty_version$" % "container",
1514
"jakarta.servlet" % "jakarta.servlet-api" % "6.0.0" % "provided"
1615
),
1716
)

0 commit comments

Comments
 (0)