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