blob: 9fc031aa3c37f788b90c3397ee1f452a6d337193 [file] [log] [blame]
Donald Szeto46b6e742015-01-27 08:20:11 -08001name := "template-scala-parallel-vanilla"
2
shimamoto34a2c392017-10-12 02:49:27 +09003scalaVersion := "2.11.8"
Donald Szeto46b6e742015-01-27 08:20:11 -08004libraryDependencies ++= Seq(
Naoki Takezoe7bd827c2018-09-20 19:34:19 +09005 "org.apache.predictionio" %% "apache-predictionio-core" % "0.13.0" % "provided",
shimamoto34a2c392017-10-12 02:49:27 +09006 "org.apache.spark" %% "spark-mllib" % "2.1.1" % "provided",
7 "org.scalatest" %% "scalatest" % "3.0.4" % "test")
Mars Hall349b8872017-05-03 15:51:35 -07008
9// SparkContext is shared between all tests via SharedSingletonContext
Donald Szeto5494f062017-05-03 17:07:27 -070010parallelExecution in Test := false