Marked Multiverse dependency as intransitive
This commit is contained in:
parent
ccf9e09ed4
commit
2ec2a3665f
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ class AkkaParent(info: ProjectInfo) extends DefaultProject(info) {
|
|||
val guicey = "org.guiceyfruit" % "guice-all" % "2.0" % "compile"
|
||||
val aopalliance = "aopalliance" % "aopalliance" % "1.0" % "compile"
|
||||
val protobuf = "com.google.protobuf" % "protobuf-java" % "2.3.0" % "compile"
|
||||
val multiverse = "org.multiverse" % "multiverse-alpha" % MULTIVERSE_VERSION % "compile"
|
||||
val multiverse = "org.multiverse" % "multiverse-alpha" % MULTIVERSE_VERSION % "compile" intransitive()
|
||||
val jgroups = "jgroups" % "jgroups" % "2.9.0.GA" % "compile"
|
||||
|
||||
// testing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue