blob: deeffa81d45a9efdda8426efb2d590146cc381e8 [file] [log] [blame]
name := "org.template.textclassification"
organization := "org.apache.predictionio"
scalaVersion := "2.10.5"
libraryDependencies ++= Seq(
"org.apache.predictionio" %% "apache-predictionio-core" % "0.10.0-incubating" % "provided",
"org.apache.spark" %% "spark-core" % "1.4.1" % "provided",
"org.apache.spark" %% "spark-mllib" % "1.4.1" % "provided")