Regen
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e1c3bf52 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e1c3bf52 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e1c3bf52 Branch: refs/heads/master Commit: e1c3bf52ad286276da7bbce0bdcb3c4e1ffdb927 Parents: 2c13690 Author: Claus Ibsen <davscl...@apache.org> Authored: Sat Jun 3 09:34:30 2017 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Sat Jun 3 09:34:30 2017 +0200 ---------------------------------------------------------------------- .../twilio/springboot/TwilioComponentConfiguration.java | 3 ++- .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/e1c3bf52/platforms/spring-boot/components-starter/camel-twilio-starter/src/main/java/org/apache/camel/component/twilio/springboot/TwilioComponentConfiguration.java ---------------------------------------------------------------------- diff --git a/platforms/spring-boot/components-starter/camel-twilio-starter/src/main/java/org/apache/camel/component/twilio/springboot/TwilioComponentConfiguration.java b/platforms/spring-boot/components-starter/camel-twilio-starter/src/main/java/org/apache/camel/component/twilio/springboot/TwilioComponentConfiguration.java index 4752328..8e4f77e 100644 --- a/platforms/spring-boot/components-starter/camel-twilio-starter/src/main/java/org/apache/camel/component/twilio/springboot/TwilioComponentConfiguration.java +++ b/platforms/spring-boot/components-starter/camel-twilio-starter/src/main/java/org/apache/camel/component/twilio/springboot/TwilioComponentConfiguration.java @@ -24,7 +24,8 @@ import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.boot.context.properties.NestedConfigurationProperty; /** - * Represents a Twilio endpoint. + * The Twilio component allows you to interact with the Twilio REST APIs using + * Twilio Java SDK. * * Generated by camel-package-maven-plugin - do not edit this file! */ http://git-wip-us.apache.org/repos/asf/camel/blob/e1c3bf52/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 9687243..0987758 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 @@ -2611,6 +2611,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-thrift</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-tika</artifactId> <version>${project.version}</version> </dependency>