Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 047B4200C8B for ; Mon, 22 May 2017 17:28:51 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 02F6D160BBF; Mon, 22 May 2017 15:28:51 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 47FD9160BA5 for ; Mon, 22 May 2017 17:28:50 +0200 (CEST) Received: (qmail 96162 invoked by uid 500); 22 May 2017 15:28:49 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 96153 invoked by uid 99); 22 May 2017 15:28:49 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 May 2017 15:28:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 62333DFB8A; Mon, 22 May 2017 15:28:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davsclaus@apache.org To: commits@camel.apache.org Message-Id: <42b74cf2fb1a4ec189a2fed8efc8c500@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: camel git commit: Add JARs to kit Date: Mon, 22 May 2017 15:28:49 +0000 (UTC) archived-at: Mon, 22 May 2017 15:28:51 -0000 Repository: camel Updated Branches: refs/heads/master 261e04d63 -> 2994c4384 Add JARs to kit Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/2994c438 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/2994c438 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/2994c438 Branch: refs/heads/master Commit: 2994c43845b90d5812c5d81c530f532acb99416b Parents: 261e04d Author: Claus Ibsen Authored: Mon May 22 17:28:40 2017 +0200 Committer: Claus Ibsen Committed: Mon May 22 17:28:40 2017 +0200 ---------------------------------------------------------------------- apache-camel/pom.xml | 31 ++++++++++++++++++++ .../src/main/descriptors/common-bin.xml | 5 ++++ 2 files changed, 36 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/2994c438/apache-camel/pom.xml ---------------------------------------------------------------------- diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml index 55c6f83..9e26949 100644 --- a/apache-camel/pom.xml +++ b/apache-camel/pom.xml @@ -711,6 +711,14 @@ org.apache.camel + camel-olingo4-api + + + org.apache.camel + camel-olingo4 + + + org.apache.camel camel-openshift @@ -775,6 +783,14 @@ org.apache.camel + camel-reactor + + + org.apache.camel + camel-rest-swagger + + + org.apache.camel camel-restlet @@ -1850,6 +1866,11 @@ org.apache.camel + camel-olingo4-starter + ${project.version} + + + org.apache.camel camel-openshift-starter ${project.version} @@ -1950,6 +1971,16 @@ org.apache.camel + camel-reactor-starter + ${project.version} + + + org.apache.camel + camel-rest-swagger-starter + ${project.version} + + + org.apache.camel camel-rx-starter ${project.version} http://git-wip-us.apache.org/repos/asf/camel/blob/2994c438/apache-camel/src/main/descriptors/common-bin.xml ---------------------------------------------------------------------- diff --git a/apache-camel/src/main/descriptors/common-bin.xml b/apache-camel/src/main/descriptors/common-bin.xml index 364eee9..8946c67 100644 --- a/apache-camel/src/main/descriptors/common-bin.xml +++ b/apache-camel/src/main/descriptors/common-bin.xml @@ -186,6 +186,8 @@ org.apache.camel:camel-ognl org.apache.camel:camel-olingo2-api org.apache.camel:camel-olingo2 + org.apache.camel:camel-olingo4-api + org.apache.camel:camel-olingo4 org.apache.camel:camel-openshift org.apache.camel:camel-openstack org.apache.camel:camel-opentracing @@ -204,6 +206,7 @@ org.apache.camel:camel-reactive-streams org.apache.camel:camel-reactor org.apache.camel:camel-restlet + org.apache.camel:camel-rest-swagger org.apache.camel:camel-ribbon org.apache.camel:camel-rmi org.apache.camel:camel-routebox @@ -463,6 +466,7 @@ org.apache.camel:camel-netty-starter org.apache.camel:camel-ognl-starter org.apache.camel:camel-olingo2-starter + org.apache.camel:camel-olingo4-starter org.apache.camel:camel-openshift-starter org.apache.camel:camel-openstack-starter org.apache.camel:camel-opentracing-starter @@ -479,6 +483,7 @@ org.apache.camel:camel-reactive-streams-starter org.apache.camel:camel-reactor-starter org.apache.camel:camel-restlet-starter + org.apache.camel:camel-rest-swagger-starter org.apache.camel:camel-ribbon-starter org.apache.camel:camel-rmi-starter org.apache.camel:camel-routebox-starter