Set actor-tests as test dependency only of typed-actor
This commit is contained in:
parent
c6474e6c57
commit
414122bf6c
1 changed files with 3 additions and 0 deletions
|
|
@ -299,6 +299,9 @@ class AkkaParentProject(info: ProjectInfo) extends DefaultProject(info) {
|
|||
// testing
|
||||
val junit = Dependencies.junit
|
||||
val scalatest = Dependencies.scalatest
|
||||
|
||||
override def deliverProjectDependencies =
|
||||
super.deliverProjectDependencies.toList - akka_actor_tests.projectID ++ Seq(akka_actor_tests.projectID % "test")
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue