Add Typesafe repo in cluster sample, for sigar, see #2547

This commit is contained in:
Patrik Nordwall 2012-11-16 13:42:34 +01:00
parent 39d81b37df
commit c57f84fd28

View file

@ -325,6 +325,8 @@ object AkkaBuild extends Build {
base = file("akka-samples/akka-sample-cluster"),
dependencies = Seq(cluster, remoteTests % "test", testkit % "test"),
settings = sampleSettings ++ multiJvmSettings ++ experimentalSettings ++ Seq(
// sigar is in Typesafe repo
resolvers += "Typesafe Repo" at "http://repo.typesafe.com/typesafe/releases/",
libraryDependencies ++= Dependencies.clusterSample,
javaOptions in run ++= Seq(
"-Djava.library.path=./sigar",