blob: 6f6e289e090d69e7ccf8ed52774afea0cd6f59e4 [file] [log] [blame]
name := "template-scala-parallel-vanilla"
scalaVersion := "2.11.8"
libraryDependencies ++= Seq(
"org.apache.predictionio" %% "apache-predictionio-core" % "0.12.0-incubating" % "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