Skip to content
This repository has been archived by the owner on Aug 12, 2019. It is now read-only.

Commit

Permalink
* Updated to latest jetty server (and bypassing the orbit issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmpwizard committed Sep 12, 2012
1 parent 5586e07 commit 4ca093f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion scala_29/lift_basic/build.sbt
Expand Up @@ -20,7 +20,8 @@ libraryDependencies ++= {
"net.liftweb" %% "lift-webkit" % liftVersion % "compile", "net.liftweb" %% "lift-webkit" % liftVersion % "compile",
"net.liftweb" %% "lift-mapper" % liftVersion % "compile", "net.liftweb" %% "lift-mapper" % liftVersion % "compile",
"net.liftmodules" %% "lift-jquery-module" % (liftVersion + "-1.0"), "net.liftmodules" %% "lift-jquery-module" % (liftVersion + "-1.0"),
"org.eclipse.jetty" % "jetty-webapp" % "7.5.4.v20111024" % "container; test", "org.eclipse.jetty" % "jetty-webapp" % "8.1.7.v20120910" % "container",
"org.eclipse.jetty.orbit" % "javax.servlet" % "3.0.0.v201112011016" % "container" artifacts Artifact("javax.servlet", "jar", "jar"),
"ch.qos.logback" % "logback-classic" % "1.0.6", "ch.qos.logback" % "logback-classic" % "1.0.6",
"org.specs2" %% "specs2" % "1.12.1" % "test", "org.specs2" %% "specs2" % "1.12.1" % "test",
"com.h2database" % "h2" % "1.3.167" "com.h2database" % "h2" % "1.3.167"
Expand Down
3 changes: 2 additions & 1 deletion scala_29/lift_blank/build.sbt
Expand Up @@ -19,7 +19,8 @@ libraryDependencies ++= {
Seq( Seq(
"net.liftweb" %% "lift-webkit" % liftVersion % "compile", "net.liftweb" %% "lift-webkit" % liftVersion % "compile",
"net.liftmodules" %% "lift-jquery-module" % (liftVersion + "-1.0"), "net.liftmodules" %% "lift-jquery-module" % (liftVersion + "-1.0"),
"org.eclipse.jetty" % "jetty-webapp" % "7.5.4.v20111024" % "container; test", "org.eclipse.jetty" % "jetty-webapp" % "8.1.7.v20120910" % "container",
"org.eclipse.jetty.orbit" % "javax.servlet" % "3.0.0.v201112011016" % "container" artifacts Artifact("javax.servlet", "jar", "jar"),
"ch.qos.logback" % "logback-classic" % "1.0.6", "ch.qos.logback" % "logback-classic" % "1.0.6",
"org.specs2" %% "specs2" % "1.12.1" % "test" "org.specs2" %% "specs2" % "1.12.1" % "test"
) )
Expand Down
3 changes: 2 additions & 1 deletion scala_29/lift_mvc/build.sbt
Expand Up @@ -20,7 +20,8 @@ libraryDependencies ++= {
"net.liftweb" %% "lift-webkit" % liftVersion % "compile", "net.liftweb" %% "lift-webkit" % liftVersion % "compile",
"net.liftweb" %% "lift-mapper" % liftVersion % "compile", "net.liftweb" %% "lift-mapper" % liftVersion % "compile",
"net.liftmodules" %% "lift-jquery-module" % (liftVersion + "-1.0"), "net.liftmodules" %% "lift-jquery-module" % (liftVersion + "-1.0"),
"org.eclipse.jetty" % "jetty-webapp" % "7.5.4.v20111024" % "container; test", "org.eclipse.jetty" % "jetty-webapp" % "8.1.7.v20120910" % "container",
"org.eclipse.jetty.orbit" % "javax.servlet" % "3.0.0.v201112011016" % "container" artifacts Artifact("javax.servlet", "jar", "jar"),
"ch.qos.logback" % "logback-classic" % "1.0.6", "ch.qos.logback" % "logback-classic" % "1.0.6",
"org.specs2" %% "specs2" % "1.12.1" % "test", "org.specs2" %% "specs2" % "1.12.1" % "test",
"com.h2database" % "h2" % "1.3.167" "com.h2database" % "h2" % "1.3.167"
Expand Down

0 comments on commit 4ca093f

Please sign in to comment.