Merge pull request #2093 from RayRoestenburg/ticket3929

=cam #3929 updated apache camel dependency to version 2.13.0
This commit is contained in:
Björn Antonsson 2014-04-02 15:51:38 +02:00
commit c7398af55e

View file

@ -1033,7 +1033,7 @@ object Dependencies {
// akka-samples/akka-sample-osgi-dining-hakkers/pom.xml
// Compile
val camelCore = "org.apache.camel" % "camel-core" % "2.10.3" exclude("org.slf4j", "slf4j-api") // ApacheV2
val camelCore = "org.apache.camel" % "camel-core" % "2.13.0" exclude("org.slf4j", "slf4j-api") // ApacheV2
val config = "com.typesafe" % "config" % "1.2.0" // ApacheV2
// mirrored in OSGi sample