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 E299810400 for ; Wed, 5 Jun 2013 14:02:58 +0000 (UTC) Received: (qmail 71672 invoked by uid 500); 5 Jun 2013 14:02:58 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 71580 invoked by uid 500); 5 Jun 2013 14:02:58 -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 71554 invoked by uid 99); 5 Jun 2013 14:02:57 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jun 2013 14:02:57 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 33EEC3158DA; Wed, 5 Jun 2013 14:02:57 +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 Date: Wed, 05 Jun 2013 14:02:58 -0000 Message-Id: <8a5045ca9d084f299ba54b5b01b93340@git.apache.org> In-Reply-To: <13cbd12efca64cffaece1cd846acf5d4@git.apache.org> References: <13cbd12efca64cffaece1cd846acf5d4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: CAMEL-6247: javax.jmx osig import range should include JMS 2.0 API. Thanks to Thomas Diesler for patches. CAMEL-6247: javax.jmx osig import range should include JMS 2.0 API. Thanks to Thomas Diesler for patches. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/cb4d82de Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/cb4d82de Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/cb4d82de Branch: refs/heads/camel-2.11.x Commit: cb4d82de1ad34223a1e1590dc489e673e02b5c94 Parents: d69fe7a Author: Claus Ibsen Authored: Wed Jun 5 16:01:53 2013 +0200 Committer: Claus Ibsen Committed: Wed Jun 5 16:02:08 2013 +0200 ---------------------------------------------------------------------- components/camel-jms/pom.xml | 1 + parent/pom.xml | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/cb4d82de/components/camel-jms/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jms/pom.xml b/components/camel-jms/pom.xml index fba9818..b1aef59 100644 --- a/components/camel-jms/pom.xml +++ b/components/camel-jms/pom.xml @@ -32,6 +32,7 @@ org.apache.camel.component.jms.* org.apache.camel.spi.ComponentResolver;component=jms + javax.jms;version="[1.1,3)" http://git-wip-us.apache.org/repos/asf/camel/blob/cb4d82de/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index d44a16f..74fe119 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -435,6 +435,7 @@ net.sf.saxon.*;version="[9.3.0,9.5)", freemarker.*;version="[2.3.15,3)", javax.persistence.*;version="[1.1,3)", + javax.jms;version="[1.1,3)"