Repository: camel Updated Branches: refs/heads/master 1d3a20061 -> ce23658c0
Generated Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ce23658c Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ce23658c Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ce23658c Branch: refs/heads/master Commit: ce23658c007da37692af23e9e33b304df8f7b970 Parents: 1d3a200 Author: Claus Ibsen <davscl...@apache.org> Authored: Wed Nov 16 12:38:33 2016 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Wed Nov 16 12:38:44 2016 +0100 ---------------------------------------------------------------------- components/readme.adoc | 2 +- .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/ce23658c/components/readme.adoc ---------------------------------------------------------------------- diff --git a/components/readme.adoc b/components/readme.adoc index 383efdf..dbbc3ff 100644 --- a/components/readme.adoc +++ b/components/readme.adoc @@ -205,7 +205,7 @@ Components `google-mail:apiName/methodName` | The google-mail component provides access to Google Mail. | link:camel-google-pubsub/src/main/docs/google-pubsub-component.adoc[Google Pubsub] (camel-google-pubsub) + -`google-pubsub:projectId:destinationName?[options]` | PubSub Endpoint Definition +`google-pubsub:projectId:destinationName` | Messaging client for Google Cloud Platform PubSub Service: https://cloud.google.com/pubsub/ | link:camel-gora/src/main/docs/gora-component.adoc[Gora] (camel-gora) + `gora:name` | The gora component allows you to work with NoSQL databases using the Apache Gora framework. http://git-wip-us.apache.org/repos/asf/camel/blob/ce23658c/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml index faf7df4..d8e840c 100644 --- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml +++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml @@ -2588,6 +2588,11 @@ <version>${project.version}</version> </dependency> <dependency> + <groupId>org.apache.cassandra</groupId> + <artifactId>cassandra-all</artifactId> + <version>3.7</version> + </dependency> + <dependency> <groupId>org.apache.cxf.services.sts</groupId> <artifactId>cxf-services-sts-core</artifactId> <version>3.1.8</version> @@ -2867,12 +2872,12 @@ <dependency> <groupId>org.jruby</groupId> <artifactId>jruby</artifactId> - <version>1.7.18</version> + <version>1.7.26</version> </dependency> <dependency> <groupId>org.jruby</groupId> <artifactId>jruby-complete</artifactId> - <version>1.7.18</version> + <version>1.7.26</version> </dependency> <dependency> <groupId>org.optaplanner</groupId>