Add commons-compress to dependencies.

This commit is contained in:
takezoe
2013-05-05 04:33:09 +09:00
parent 005ccf7f10
commit afef6f13c6

View File

@@ -30,6 +30,7 @@ object MyBuild extends Build {
"org.json4s" %% "json4s-jackson" % "3.2.4",
"commons-io" % "commons-io" % "2.4",
"org.pegdown" % "pegdown" % "1.2.1",
"org.apache.commons" % "commons-compress" % "1.5",
"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",