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 BC199200B9A for ; Fri, 7 Oct 2016 10:28:44 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BA94D160AE8; Fri, 7 Oct 2016 08:28:44 +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 32EDF160AD6 for ; Fri, 7 Oct 2016 10:28:44 +0200 (CEST) Received: (qmail 53880 invoked by uid 500); 7 Oct 2016 08:28:43 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 53871 invoked by uid 99); 7 Oct 2016 08:28:43 -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; Fri, 07 Oct 2016 08:28:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DCCBFE0381; Fri, 7 Oct 2016 08:28:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: gnodet@apache.org To: commits@cxf.apache.org Message-Id: <98d70f8c09c64942ae75b88d0bac258c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cxf git commit: [CXF-7078] Allow the use of the JMS 2.0 api Date: Fri, 7 Oct 2016 08:28:42 +0000 (UTC) archived-at: Fri, 07 Oct 2016 08:28:44 -0000 Repository: cxf Updated Branches: refs/heads/master 66f652cca -> b06cafc07 [CXF-7078] Allow the use of the JMS 2.0 api Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/b06cafc0 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/b06cafc0 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/b06cafc0 Branch: refs/heads/master Commit: b06cafc078518893a85cb55d0d3809dceb5235cf Parents: 66f652c Author: Guillaume Nodet Authored: Fri Oct 7 10:28:23 2016 +0200 Committer: Guillaume Nodet Committed: Fri Oct 7 10:28:23 2016 +0200 ---------------------------------------------------------------------- rt/transports/jms/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/b06cafc0/rt/transports/jms/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/jms/pom.xml b/rt/transports/jms/pom.xml index 4b2df8a..4754b7c 100644 --- a/rt/transports/jms/pom.xml +++ b/rt/transports/jms/pom.xml @@ -24,6 +24,7 @@ spi-2.1 + javax.jms;version="[1.1,3)"