xitrum-framework / glokka

Library to register and lookup actors by names in an Akka cluster
MIT License
56 stars 4 forks source link

Use "provided" for Akka dependencies #17

Closed ngocdaothanh closed 10 years ago

ngocdaothanh commented 10 years ago

Currently:

libraryDependencies += "com.typesafe.akka" %% "akka-actor" % "2.3.3"

libraryDependencies += "com.typesafe.akka" %% "akka-cluster" % "2.3.3"

libraryDependencies += "com.typesafe.akka" %% "akka-contrib" % "2.3.3"