Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-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 58D3210BBD for ; Mon, 24 Feb 2014 17:54:09 +0000 (UTC) Received: (qmail 26236 invoked by uid 500); 24 Feb 2014 17:54:07 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 26178 invoked by uid 500); 24 Feb 2014 17:54:06 -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 26170 invoked by uid 99); 24 Feb 2014 17:54:06 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Feb 2014 17:54:06 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5E9FB90387F; Mon, 24 Feb 2014 17:54:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ashakirin@apache.org To: commits@cxf.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: [CXF-5578]: oauth sample: requires commons-logging dependency Date: Mon, 24 Feb 2014 17:54:06 +0000 (UTC) Repository: cxf Updated Branches: refs/heads/master f29557a3b -> 7c95984d4 [CXF-5578]: oauth sample: requires commons-logging dependency Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/7c95984d Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/7c95984d Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/7c95984d Branch: refs/heads/master Commit: 7c95984d4f8d92a6507d27335739a97a3b1130a2 Parents: f29557a Author: Andrei Shakirin Authored: Mon Feb 24 18:53:51 2014 +0100 Committer: Andrei Shakirin Committed: Mon Feb 24 18:53:51 2014 +0100 ---------------------------------------------------------------------- distribution/src/main/release/samples/oauth/client/pom.xml | 5 +++++ distribution/src/main/release/samples/oauth/server/pom.xml | 5 +++++ 2 files changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/7c95984d/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 871d601..cb1df05 100644 --- a/distribution/src/main/release/samples/oauth/client/pom.xml +++ b/distribution/src/main/release/samples/oauth/client/pom.xml @@ -69,6 +69,11 @@ spring-beans + commons-logging + commons-logging + 1.1.1 + + net.oauth.core oauth-consumer 20100527 http://git-wip-us.apache.org/repos/asf/cxf/blob/7c95984d/distribution/src/main/release/samples/oauth/server/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/oauth/server/pom.xml b/distribution/src/main/release/samples/oauth/server/pom.xml index fe1d7a3..bc93273 100644 --- a/distribution/src/main/release/samples/oauth/server/pom.xml +++ b/distribution/src/main/release/samples/oauth/server/pom.xml @@ -103,6 +103,11 @@ spring-security-acl + commons-logging + commons-logging + 1.1.1 + + javax.annotation jsr250-api 1.0