Sign in
apache
/
predictionio
/
v0.9.2
/
.
/
examples
/
experimental
/
java-parallel-helloworld
/
build.sbt
blob: 9b7f186f5367f292d0c7506304f353063c16f5f1 [
file
] [
log
] [
blame
]
import
AssemblyKeys
.
_
assemblySettings
name
:=
"example-java-parallel-helloworld"
organization
:=
"org.sample"
libraryDependencies
++=
Seq
(
"io.prediction"
%%
"core"
%
"0.9.1"
%
"provided"
,
"org.apache.spark"
%%
"spark-core"
%
"1.2.0"
%
"provided"
)