Enforce commons-codec version 1.4 for akka-core
This commit is contained in:
parent
52b6dfe188
commit
7ba76a88fe
1 changed files with 1 additions and 0 deletions
|
|
@ -174,6 +174,7 @@ class AkkaParent(info: ProjectInfo) extends DefaultProject(info) {
|
|||
// subprojects
|
||||
class AkkaCoreProject(info: ProjectInfo) extends AkkaDefaultProject(info, distPath) {
|
||||
val netty = "org.jboss.netty" % "netty" % "3.2.0.CR1" % "compile"
|
||||
val commons_codec = "commons-codec" % "commons-codec" % "1.4" % "compile"
|
||||
val commons_io = "commons-io" % "commons-io" % "1.4" % "compile"
|
||||
val dispatch_json = "net.databinder" % "dispatch-json_2.8.0.RC3" % "0.7.4" % "compile"
|
||||
val dispatch_htdisttp = "net.databinder" % "dispatch-http_2.8.0.RC3" % "0.7.4" % "compile"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue