Skip to content

Commit

Permalink
Added the stuff necessary for test
Browse files Browse the repository at this point in the history
  • Loading branch information
dpp committed Apr 26, 2010
1 parent 82f05f8 commit 0172d2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 162 deletions.
162 changes: 0 additions & 162 deletions pom.xml

This file was deleted.

2 changes: 2 additions & 0 deletions project/build/LiftProject.scala
Expand Up @@ -18,6 +18,8 @@ class LiftProject(info: ProjectInfo) extends DefaultWebProject(info) {
"net.liftweb" % "lift-testkit" % liftVersion % "compile->default",
"net.liftweb" % "lift-wizard" % liftVersion % "compile->default",
"org.mortbay.jetty" % "jetty" % "6.1.22" % "test->default",
"junit" % "junit" % "4.5" % "test->default",
"org.scala-tools.testing" % "specs" % "1.6.1" % "test->default",
"com.h2database" % "h2" % "1.2.121"
) ++ super.libraryDependencies
}

0 comments on commit 0172d2f

Please sign in to comment.