Remove pegdown-1.2.1.jar and add dependency to build.scala.

This commit is contained in:
takezoe
2013-04-28 03:22:18 +09:00
parent f885f94004
commit 2336e7864d
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@@ -29,6 +29,7 @@ object MyBuild extends Build {
"org.scalatra" %% "scalatra-json" % ScalatraVersion,
"org.json4s" %% "json4s-jackson" % "3.2.4",
"commons-io" % "commons-io" % "2.4",
"org.pegdown" % "pegdown" % "1.2.1",
"com.h2database" % "h2" % "1.3.171",
"ch.qos.logback" % "logback-classic" % "1.0.6" % "runtime",
"org.eclipse.jetty" % "jetty-webapp" % "8.1.8.v20121106" % "container",