You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/03/19 09:43:25 UTC

[5/5] camel git commit: Regen

Regen


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/060d6235
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/060d6235
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/060d6235

Branch: refs/heads/master
Commit: 060d6235ec1cd5a649a722104b935b300b467ff7
Parents: e15f408
Author: Claus Ibsen <da...@apache.org>
Authored: Sun Mar 19 10:41:35 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Sun Mar 19 10:41:35 2017 +0100

----------------------------------------------------------------------
 components/readme.adoc                               |  2 +-
 .../camel-spring-boot-dependencies/pom.xml           | 15 +++++++++++++++
 2 files changed, 16 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/060d6235/components/readme.adoc
----------------------------------------------------------------------
diff --git a/components/readme.adoc b/components/readme.adoc
index 11ab028..3b4c15a 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -2,7 +2,7 @@ Components
 ^^^^^^^^^^
 
 // components: START
-Number of Components: 224 in 178 JAR artifacts (13 deprecated)
+Number of Components: 225 in 179 JAR artifacts (13 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/060d6235/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 279b978..cb302c5 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
@@ -44,6 +44,11 @@
         <version>1.2-m01</version>
       </dependency>
       <dependency>
+        <groupId>com.cloudbees.thirdparty</groupId>
+        <artifactId>zendesk-java-client</artifactId>
+        <version>0.5.3</version>
+      </dependency>
+      <dependency>
         <groupId>com.dropbox.core</groupId>
         <artifactId>dropbox-core-sdk</artifactId>
         <version>1.8.2</version>
@@ -2684,6 +2689,16 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-zendesk</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-zendesk-starter</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-zipfile</artifactId>
         <version>${project.version}</version>
       </dependency>