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 642DC200BC8 for ; Wed, 23 Nov 2016 15:51:50 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 62F61160B1F; Wed, 23 Nov 2016 14:51:50 +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 B59BA160AFB for ; Wed, 23 Nov 2016 15:51:49 +0100 (CET) Received: (qmail 33146 invoked by uid 500); 23 Nov 2016 14:51:48 -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 33015 invoked by uid 99); 23 Nov 2016 14:51:48 -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; Wed, 23 Nov 2016 14:51:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B8CD3E0AF6; Wed, 23 Nov 2016 14:51:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dkulp@apache.org To: commits@cxf.apache.org Date: Wed, 23 Nov 2016 14:51:49 -0000 Message-Id: <8da1a083f6004cd992378af436ff5f9c@git.apache.org> In-Reply-To: <0097aa09ba1e43e7a03d95d92df815fd@git.apache.org> References: <0097aa09ba1e43e7a03d95d92df815fd@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/4] cxf git commit: Fix build failure due to dependency name/version for servlet-api archived-at: Wed, 23 Nov 2016 14:51:50 -0000 Fix build failure due to dependency name/version for servlet-api Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/211302fb Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/211302fb Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/211302fb Branch: refs/heads/master Commit: 211302fb106695517b91d4f607644b7a9bda0883 Parents: 7a3f087 Author: Daniel Kulp Authored: Wed Nov 23 09:10:27 2016 -0500 Committer: Daniel Kulp Committed: Wed Nov 23 09:51:40 2016 -0500 ---------------------------------------------------------------------- distribution/src/main/release/samples/oauth/client/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/211302fb/distribution/src/main/release/samples/oauth/client/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/oauth/client/pom.xml b/distribution/src/main/release/samples/oauth/client/pom.xml index c8bec53..83fb288 100644 --- a/distribution/src/main/release/samples/oauth/client/pom.xml +++ b/distribution/src/main/release/samples/oauth/client/pom.xml @@ -84,8 +84,8 @@ 20100527 - org.apache.geronimo.specs - geronimo-servlet_3.0_spec + javax.servlet + javax.servlet-api standard