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 7A29A200CF4 for ; Sun, 3 Sep 2017 16:50:32 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 788981643E9; Sun, 3 Sep 2017 14:50:32 +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 BCEA51643E6 for ; Sun, 3 Sep 2017 16:50:31 +0200 (CEST) Received: (qmail 31539 invoked by uid 500); 3 Sep 2017 14:50:30 -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 31530 invoked by uid 99); 3 Sep 2017 14:50:30 -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; Sun, 03 Sep 2017 14:50:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3EB1CF1755; Sun, 3 Sep 2017 14:50:29 +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: X-Mailer: ASF-Git Admin Mailer Subject: camel git commit: camel-core-starter needs dep on camel-spring-boot Date: Sun, 3 Sep 2017 14:50:29 +0000 (UTC) archived-at: Sun, 03 Sep 2017 14:50:32 -0000 Repository: camel Updated Branches: refs/heads/master b7481fb72 -> 986723218 camel-core-starter needs dep on camel-spring-boot Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/98672321 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/98672321 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/98672321 Branch: refs/heads/master Commit: 986723218184f1f116555f4a4ef600e9b9ddcc38 Parents: b7481fb Author: Claus Ibsen Authored: Sun Sep 3 16:50:22 2017 +0200 Committer: Claus Ibsen Committed: Sun Sep 3 16:50:22 2017 +0200 ---------------------------------------------------------------------- .../spring-boot/components-starter/camel-core-starter/pom.xml | 3 ++- .../src/main/resources/spring-boot-fix-dependencies.properties | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/98672321/platforms/spring-boot/components-starter/camel-core-starter/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/spring-boot/components-starter/camel-core-starter/pom.xml b/platforms/spring-boot/components-starter/camel-core-starter/pom.xml index 51bd1ae..106d9c6 100644 --- a/platforms/spring-boot/components-starter/camel-core-starter/pom.xml +++ b/platforms/spring-boot/components-starter/camel-core-starter/pom.xml @@ -39,10 +39,11 @@ camel-core ${project.version} + org.apache.camel camel-spring-boot - ${project.version} + http://git-wip-us.apache.org/repos/asf/camel/blob/98672321/tooling/maven/camel-package-maven-plugin/src/main/resources/spring-boot-fix-dependencies.properties ---------------------------------------------------------------------- diff --git a/tooling/maven/camel-package-maven-plugin/src/main/resources/spring-boot-fix-dependencies.properties b/tooling/maven/camel-package-maven-plugin/src/main/resources/spring-boot-fix-dependencies.properties index 09c02a3..fa1dc10 100644 --- a/tooling/maven/camel-package-maven-plugin/src/main/resources/spring-boot-fix-dependencies.properties +++ b/tooling/maven/camel-package-maven-plugin/src/main/resources/spring-boot-fix-dependencies.properties @@ -26,6 +26,9 @@ camel-ahc-ws=io.netty:netty-all:${ahc-netty-version} camel-bam=org.hibernate:hibernate-entitymanager,org.apache.geronimo.specs:geronimo-jta_1.1_spec +# we need spring-boot in camel-core-starter +camel-core=org.apache.camel:camel-spring-boot + camel-cassandraql=com.google.guava:guava:${cassandra-driver-guava-version} camel-github=org.eclipse.mylyn.github:org.eclipse.egit.github.core:${egit-github-core-version}