Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 07BBD18772 for ; Tue, 28 Jul 2015 19:01:22 +0000 (UTC) Received: (qmail 38652 invoked by uid 500); 28 Jul 2015 19:01:09 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 38605 invoked by uid 500); 28 Jul 2015 19:01:09 -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 38594 invoked by uid 99); 28 Jul 2015 19:01:09 -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; Tue, 28 Jul 2015 19:01:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 097E8E1879; Tue, 28 Jul 2015 19:01:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: acosentino@apache.org To: commits@camel.apache.org Message-Id: <67f749259e2849d687d22835bcfe6bc3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: camel git commit: [CAMEL-9028] BOM does not export scala-library Date: Tue, 28 Jul 2015 19:01:09 +0000 (UTC) Repository: camel Updated Branches: refs/heads/master cae5ba22a -> 9be702341 [CAMEL-9028] BOM does not export scala-library Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/9be70234 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/9be70234 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/9be70234 Branch: refs/heads/master Commit: 9be7023411fdce55d1a05af3fe22e4f77a16bd42 Parents: cae5ba2 Author: Thomas Diesler Authored: Tue Jul 28 12:18:19 2015 +0200 Committer: Andrea Cosentino Committed: Tue Jul 28 20:59:42 2015 +0200 ---------------------------------------------------------------------- components/camel-kafka/pom.xml | 1 - parent/pom.xml | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/9be70234/components/camel-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-kafka/pom.xml b/components/camel-kafka/pom.xml index 7e4ac3d..cff7bab 100644 --- a/components/camel-kafka/pom.xml +++ b/components/camel-kafka/pom.xml @@ -59,7 +59,6 @@ org.scala-lang scala-library - ${scala-version} provided http://git-wip-us.apache.org/repos/asf/camel/blob/9be70234/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 1453c65..edd879a 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -2155,6 +2155,12 @@ + org.scala-lang + scala-library + ${scala-version} + + + javax.annotation jsr250-api 1.0