name := "template-scala-parallel-similarproduct" | |
parallelExecution in Test := false | |
test in assembly := {} | |
libraryDependencies ++= Seq( | |
"org.apache.predictionio" %% "apache-predictionio-core" % "0.11.0-incubating" % "provided", | |
"org.apache.spark" %% "spark-core" % "1.3.0" % "provided", | |
"org.apache.spark" %% "spark-mllib" % "1.3.0" % "provided", | |
"org.scalatest" %% "scalatest" % "2.2.1" % "test") |