Skip to content

Commit fd7aa40

Browse files
committed
Drop scalate dependency from http example
1 parent b416cd2 commit fd7aa40

File tree

3 files changed

+0
-19
lines changed

3 files changed

+0
-19
lines changed

2.8/http/scalatra-http-demo/build.sbt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,10 @@ val ScalatraVersion = "2.8.0"
77

88
libraryDependencies ++= Seq(
99
"org.scalatra" %% "scalatra" % ScalatraVersion,
10-
"org.scalatra" %% "scalatra-scalate" % ScalatraVersion,
1110
"org.scalatra" %% "scalatra-specs2" % ScalatraVersion % Test,
1211
"ch.qos.logback" % "logback-classic" % "1.2.3" % Provided,
1312
"org.eclipse.jetty" % "jetty-webapp" % "9.4.35.v20201120" % Provided,
1413
"javax.servlet" % "javax.servlet-api" % "3.1.0" % Provided
1514
)
1615

17-
ThisBuild / evictionErrorLevel := Level.Warn
18-
1916
enablePlugins(JettyPlugin)

2.8/http/scalatra-http-demo/src/main/webapp/WEB-INF/templates/layouts/default.jade

Lines changed: 0 additions & 12 deletions
This file was deleted.

2.8/http/scalatra-http-demo/src/main/webapp/WEB-INF/templates/views/hello-scalate.jade

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)