blob: a937331bd46561ddbdcba2be670163131fa87e4a [file] [log] [blame]
name := "template-scala-parallel-similarproduct"
parallelExecution in Test := false
test in assembly := {}
scalaVersion := "2.11.8"
libraryDependencies ++= Seq(
"org.apache.predictionio" %% "apache-predictionio-core" % "0.13.0" % "provided",
"org.apache.spark" %% "spark-mllib" % "2.1.1" % "provided",
"org.scalatest" %% "scalatest" % "3.0.4" % "test")