Merge pull request #628 from bjornharrtell/patch-1

Upgrade Netty from 3.5.3 to 3.5.4
This commit is contained in:
Björn Antonsson 2012-08-20 04:45:14 -07:00
commit 7b45360b5f

View file

@ -597,7 +597,7 @@ object Dependency {
// Compile
val camelCore = "org.apache.camel" % "camel-core" % "2.10.0" exclude("org.slf4j", "slf4j-api") // ApacheV2
val config = "com.typesafe" % "config" % "0.5.0" // ApacheV2
val netty = "io.netty" % "netty" % "3.5.3.Final" // ApacheV2
val netty = "io.netty" % "netty" % "3.5.4.Final" // ApacheV2
val protobuf = "com.google.protobuf" % "protobuf-java" % "2.4.1" // New BSD
val scalaStm = "org.scala-tools" %% "scala-stm" % "0.6" // Modified BSD (Scala)
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.6.4" // MIT