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 40F2618CFC for ; Tue, 16 Jun 2015 11:24:07 +0000 (UTC) Received: (qmail 88143 invoked by uid 500); 16 Jun 2015 11:24:07 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 88086 invoked by uid 500); 16 Jun 2015 11:24:07 -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 88077 invoked by uid 99); 16 Jun 2015 11:24:07 -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, 16 Jun 2015 11:24:07 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E9D13DFBDC; Tue, 16 Jun 2015 11:24:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sergeyb@apache.org To: commits@cxf.apache.org Message-Id: <77fb191ea75a4ee5aa76b927d503f256@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cxf git commit: Fixing the 3.0.x build Date: Tue, 16 Jun 2015 11:24:06 +0000 (UTC) Repository: cxf Updated Branches: refs/heads/3.0.x-fixes 146ce34e3 -> 53e17120c Fixing the 3.0.x build Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/53e17120 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/53e17120 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/53e17120 Branch: refs/heads/3.0.x-fixes Commit: 53e17120cb870e7a124c7af9bbf7d1ca5cf64cb6 Parents: 146ce34 Author: Sergey Beryozkin Authored: Tue Jun 16 12:23:37 2015 +0100 Committer: Sergey Beryozkin Committed: Tue Jun 16 12:23:37 2015 +0100 ---------------------------------------------------------------------- rt/features/clustering/pom.xml | 6 ++++++ rt/frontend/simple/pom.xml | 6 ++++++ rt/rs/client/pom.xml | 6 ++++++ rt/transports/http-jetty/pom.xml | 6 ++++++ rt/transports/http-netty/netty-server/pom.xml | 6 ++++++ rt/transports/http/pom.xml | 6 ++++++ 6 files changed, 36 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/53e17120/rt/features/clustering/pom.xml ---------------------------------------------------------------------- diff --git a/rt/features/clustering/pom.xml b/rt/features/clustering/pom.xml index d236aa5..50181d8 100644 --- a/rt/features/clustering/pom.xml +++ b/rt/features/clustering/pom.xml @@ -68,6 +68,12 @@ true + org.apache.aries.blueprint + blueprint-parser + provided + true + + org.springframework spring-core provided http://git-wip-us.apache.org/repos/asf/cxf/blob/53e17120/rt/frontend/simple/pom.xml ---------------------------------------------------------------------- diff --git a/rt/frontend/simple/pom.xml b/rt/frontend/simple/pom.xml index 175efc3..27c8493 100644 --- a/rt/frontend/simple/pom.xml +++ b/rt/frontend/simple/pom.xml @@ -64,6 +64,12 @@ true + org.apache.aries.blueprint + blueprint-parser + provided + true + + org.osgi org.osgi.core http://git-wip-us.apache.org/repos/asf/cxf/blob/53e17120/rt/rs/client/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/client/pom.xml b/rt/rs/client/pom.xml index d7850d1..ae9c9e7 100644 --- a/rt/rs/client/pom.xml +++ b/rt/rs/client/pom.xml @@ -48,6 +48,12 @@ true + org.apache.aries.blueprint + blueprint-parser + provided + true + + org.osgi org.osgi.core http://git-wip-us.apache.org/repos/asf/cxf/blob/53e17120/rt/transports/http-jetty/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/http-jetty/pom.xml b/rt/transports/http-jetty/pom.xml index 7e4ee9f..27e2dcc 100644 --- a/rt/transports/http-jetty/pom.xml +++ b/rt/transports/http-jetty/pom.xml @@ -54,6 +54,12 @@ true + org.apache.aries.blueprint + blueprint-parser + provided + true + + org.osgi org.osgi.core provided http://git-wip-us.apache.org/repos/asf/cxf/blob/53e17120/rt/transports/http-netty/netty-server/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/http-netty/netty-server/pom.xml b/rt/transports/http-netty/netty-server/pom.xml index f3d03df..3f08604 100644 --- a/rt/transports/http-netty/netty-server/pom.xml +++ b/rt/transports/http-netty/netty-server/pom.xml @@ -69,6 +69,12 @@ true + org.apache.aries.blueprint + blueprint-parser + provided + true + + org.osgi org.osgi.core provided http://git-wip-us.apache.org/repos/asf/cxf/blob/53e17120/rt/transports/http/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/http/pom.xml b/rt/transports/http/pom.xml index 1ed1ef0..84b815f 100644 --- a/rt/transports/http/pom.xml +++ b/rt/transports/http/pom.xml @@ -100,6 +100,12 @@ true + org.apache.aries.blueprint + blueprint-parser + provided + true + + org.slf4j jcl-over-slf4j test