Skip to content

Commit

Permalink
Updating servlet version in project/build.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Hrycyszyn committed Jul 20, 2014
1 parent d2fd537 commit 03d730c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/g8/project/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object $name;format="Camel"$Build extends Build {
"org.scalatra" %% "scalatra-scalate" % ScalatraVersion,
"org.scalatra" %% "scalatra-specs2" % ScalatraVersion % "test",
"ch.qos.logback" % "logback-classic" % "1.0.6" % "runtime",
"org.eclipse.jetty" % "jetty-webapp" % "8.1.8.v20121106" % "container",
"org.eclipse.jetty" % "jetty-webapp" % "9.1.3.v20140225" % "container",
"org.eclipse.jetty.orbit" % "javax.servlet" % "3.0.0.v201112011016" % "container;provided;test" artifacts (Artifact("javax.servlet", "jar", "jar"))
),
scalateTemplateConfig in Compile <<= (sourceDirectory in Compile){ base =>
Expand Down

1 comment on commit 03d730c

@ACodeFarmer
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This Change generate a error described below.

[error] (container:start) java.lang.NoClassDefFoundError: org/eclipse/jetty/plus/webapp/PlusConfiguration

Please sign in to comment.