#2991 - Switching to org.fusesource instead of org.hyperic
This commit is contained in:
parent
eb057743d7
commit
a4e09747d6
2 changed files with 2 additions and 4 deletions
|
|
@ -400,8 +400,6 @@ object AkkaBuild extends Build {
|
|||
base = file("akka-samples/akka-sample-cluster"),
|
||||
dependencies = Seq(cluster, contrib, 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",
|
||||
|
|
@ -873,7 +871,7 @@ object Dependencies {
|
|||
val camelJetty = "org.apache.camel" % "camel-jetty" % camelCore.revision // ApacheV2
|
||||
|
||||
// Cluster Sample
|
||||
val sigar = "org.hyperic" % "sigar" % "1.6.4" // ApacheV2
|
||||
val sigar = "org.fusesource" % "sigar" % "1.6.4" // ApacheV2
|
||||
|
||||
// Test
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue