Skip to content

Commit

Permalink
Updated camel to 2.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesde committed Oct 9, 2017
1 parent 31ef572 commit ee092fe
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,22 @@ dependencies {
compile project(':framework')

// Apache Camel
compile 'org.apache.camel:camel-core:2.19.1' // Apache 2.0
runtime 'org.apache.camel:camel-csv:2.19.1' // Apache 2.0
runtime 'org.apache.camel:camel-freemarker:2.19.1' // Apache 2.0
compile 'org.apache.camel:camel-core:2.19.3' // Apache 2.0
runtime 'org.apache.camel:camel-csv:2.19.3' // Apache 2.0
runtime 'org.apache.camel:camel-freemarker:2.19.3' // Apache 2.0
// module for camel-groovy because depends on groovy-all and moqui-framework now using selected groovy modules
runtime module('org.apache.camel:camel-groovy:2.19.1') // Apache 2.0
runtime module('org.apache.camel:camel-groovy:2.19.3') // Apache 2.0
/* Uncomment these as desired for use in Camel:
runtime ('org.apache.camel:camel-http-common:2.19.1') { exclude group: 'org.apache.geronimo.specs' } // Apache 2.0
runtime 'org.apache.camel:camel-http4:2.19.1' // Apache 2.0
runtime 'org.apache.camel:camel-jms:2.19.1' // Apache 2.0
runtime 'org.apache.camel:camel-lucene:2.19.1' // Apache 2.0
runtime 'org.apache.camel:camel-lucene:2.19.1' // Apache 2.0
runtime 'org.apache.camel:camel-mail:2.19.1' // Apache 2.0
runtime 'org.apache.camel:camel-mqtt:2.19.1' // Apache 2.0
runtime 'org.apache.camel:camel-quartz2:2.19.1' // Apache 2.0
runtime 'org.apache.camel:camel-shiro:2.19.1' // Apache 2.0
runtime 'org.apache.camel:camel-xmlrpc:2.19.1' // Apache 2.0
runtime ('org.apache.camel:camel-http-common:2.19.3') { exclude group: 'org.apache.geronimo.specs' } // Apache 2.0
runtime 'org.apache.camel:camel-http4:2.19.3' // Apache 2.0
runtime 'org.apache.camel:camel-jms:2.19.3' // Apache 2.0
runtime 'org.apache.camel:camel-lucene:2.19.3' // Apache 2.0
runtime 'org.apache.camel:camel-lucene:2.19.3' // Apache 2.0
runtime 'org.apache.camel:camel-mail:2.19.3' // Apache 2.0
runtime 'org.apache.camel:camel-mqtt:2.19.3' // Apache 2.0
runtime 'org.apache.camel:camel-quartz2:2.19.3' // Apache 2.0
runtime 'org.apache.camel:camel-shiro:2.19.3' // Apache 2.0
runtime 'org.apache.camel:camel-xmlrpc:2.19.3' // Apache 2.0
*/
}

Expand Down

0 comments on commit ee092fe

Please sign in to comment.