blob: 9fc031aa3c37f788b90c3397ee1f452a6d337193 [file] [log] [blame]
name := "template-scala-parallel-vanilla"
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")
// SparkContext is shared between all tests via SharedSingletonContext
parallelExecution in Test := false