blob: 718e04d3e3b1cd03eb5dda154f8c3722fff15b96 [file] [log] [blame]
import AssemblyKeys._
assemblySettings
name := "example-java-local-helloworld"
organization := "org.sample"
libraryDependencies ++= Seq(
"io.prediction" %% "core" % "0.8.0" % "provided",
"org.apache.spark" %% "spark-core" % "1.1.0" % "provided")