Merge pull request #597 from akka/wip-2358-√

#2358 - Explicitly excluding the slf4j-api dependency from Camel to only...
This commit is contained in:
Viktor Klang (√) 2012-08-08 04:13:26 -07:00
commit a8f648ef1c

View file

@ -530,8 +530,8 @@ object Dependencies {
object Dependency {
// Compile
val camelCore = "org.apache.camel" % "camel-core" % "2.8.0" exclude("org.slf4j", "slf4j-api") // ApacheV2
val config = "com.typesafe" % "config" % "0.5.0" // ApacheV2
val camelCore = "org.apache.camel" % "camel-core" % "2.8.0" // ApacheV2
val netty = "io.netty" % "netty" % "3.5.1.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)