=pro load sample builds with project dependencies
* load sample builds from their definitions and replace library dependencies with project ones * remove redefined sample build definitions * test osgi sample by running a maven command
This commit is contained in:
parent
6800c51e56
commit
2f321d12b3
14 changed files with 125 additions and 257 deletions
|
|
@ -13,10 +13,11 @@ val project = Project(
|
|||
scalacOptions in Compile ++= Seq("-encoding", "UTF-8", "-target:jvm-1.6", "-deprecation", "-feature", "-unchecked", "-Xlog-reflective-calls", "-Xlint"),
|
||||
javacOptions in Compile ++= Seq("-source", "1.6", "-target", "1.6", "-Xlint:unchecked", "-Xlint:deprecation"),
|
||||
libraryDependencies ++= Seq(
|
||||
"com.typesafe.akka" %% "akka-actor" % akkaVersion,
|
||||
"com.typesafe.akka" %% "akka-cluster" % akkaVersion,
|
||||
"com.typesafe.akka" %% "akka-contrib" % akkaVersion,
|
||||
"com.typesafe.akka" %% "akka-multi-node-testkit" % akkaVersion,
|
||||
"org.scalatest" %% "scalatest" % "2.0" % "test",
|
||||
"org.scalatest" %% "scalatest" % "2.2.1" % "test",
|
||||
"org.fusesource" % "sigar" % "1.6.4"),
|
||||
javaOptions in run ++= Seq(
|
||||
"-Djava.library.path=./sigar",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue