Repository: camel Updated Branches: refs/heads/master a100c8e03 -> c775f9cea
Regen Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/87cea3d7 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/87cea3d7 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/87cea3d7 Branch: refs/heads/master Commit: 87cea3d7a52a8432239bd61697d9cb1866b42e9a Parents: a100c8e Author: Claus Ibsen <davscl...@apache.org> Authored: Sat Apr 22 09:49:28 2017 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Sat Apr 22 09:49:28 2017 +0200 ---------------------------------------------------------------------- .../component/mail/springboot/MailComponentConfiguration.java | 2 +- .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/87cea3d7/platforms/spring-boot/components-starter/camel-mail-starter/src/main/java/org/apache/camel/component/mail/springboot/MailComponentConfiguration.java ---------------------------------------------------------------------- diff --git a/platforms/spring-boot/components-starter/camel-mail-starter/src/main/java/org/apache/camel/component/mail/springboot/MailComponentConfiguration.java b/platforms/spring-boot/components-starter/camel-mail-starter/src/main/java/org/apache/camel/component/mail/springboot/MailComponentConfiguration.java index 3439866..dc3597a 100644 --- a/platforms/spring-boot/components-starter/camel-mail-starter/src/main/java/org/apache/camel/component/mail/springboot/MailComponentConfiguration.java +++ b/platforms/spring-boot/components-starter/camel-mail-starter/src/main/java/org/apache/camel/component/mail/springboot/MailComponentConfiguration.java @@ -27,7 +27,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.boot.context.properties.NestedConfigurationProperty; /** - * To send or receive emails using imap/pop3 or stmp protocols. + * To send or receive emails using imap/pop3 or smtp protocols. * * Generated by camel-package-maven-plugin - do not edit this file! */ http://git-wip-us.apache.org/repos/asf/camel/blob/87cea3d7/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 8d7f411..a45f83e 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 @@ -819,6 +819,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-elasticsearch5-starter</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-elsql</artifactId> <version>${project.version}</version> </dependency>