Merge pull request #1075 from akka/wip-2964-update-camel-√
#2964 - Updating Camel to 2.10.3
This commit is contained in:
commit
00d55276d6
1 changed files with 1 additions and 1 deletions
|
|
@ -746,7 +746,7 @@ object Dependencies {
|
|||
|
||||
object Compile {
|
||||
// Compile
|
||||
val camelCore = "org.apache.camel" % "camel-core" % "2.10.0" exclude("org.slf4j", "slf4j-api") // ApacheV2
|
||||
val camelCore = "org.apache.camel" % "camel-core" % "2.10.3" exclude("org.slf4j", "slf4j-api") // ApacheV2
|
||||
|
||||
val config = "com.typesafe" % "config" % "1.0.0" // ApacheV2
|
||||
val netty = "io.netty" % "netty" % "3.6.1.Final" // ApacheV2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue