blob: 1337af22dce2f015a586f77504596918fb288ad3 [file] [log] [blame]
name := "PredictionIO Users Tool"
version := "0.5.0"
organization := "io.prediction"
scalaVersion := "2.10.0"
libraryDependencies ++= Seq(
"io.prediction" %% "predictionio-commons" % "0.5.0",
"commons-codec" % "commons-codec" % "1.8",
"jline" % "jline" % "2.9"
)
resolvers ++= Seq(
"Local Maven Repository" at "file://"+Path.userHome.absolutePath+"/.m2/repository"
)
publishTo := Some(Resolver.file("file", new File(Path.userHome.absolutePath+"/.m2/repository")))
publishMavenStyle := true