Return-Path: X-Original-To: apmail-syncope-commits-archive@www.apache.org Delivered-To: apmail-syncope-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 632B418E68 for ; Thu, 17 Sep 2015 06:33:25 +0000 (UTC) Received: (qmail 20702 invoked by uid 500); 17 Sep 2015 06:33:25 -0000 Delivered-To: apmail-syncope-commits-archive@syncope.apache.org Received: (qmail 20669 invoked by uid 500); 17 Sep 2015 06:33:25 -0000 Mailing-List: contact commits-help@syncope.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@syncope.apache.org Delivered-To: mailing list commits@syncope.apache.org Received: (qmail 20658 invoked by uid 99); 17 Sep 2015 06:33:25 -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; Thu, 17 Sep 2015 06:33:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F35AFDFC55; Thu, 17 Sep 2015 06:33:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: ilgrosso@apache.org To: commits@syncope.apache.org Message-Id: <2e21a0a7ee934e0b97d182b53209f6fe@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: syncope git commit: Removing unnecessary CXF dependency Date: Thu, 17 Sep 2015 06:33:24 +0000 (UTC) Repository: syncope Updated Branches: refs/heads/1_2_X 66742b6ca -> 86dedd3b6 Removing unnecessary CXF dependency Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/86dedd3b Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/86dedd3b Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/86dedd3b Branch: refs/heads/1_2_X Commit: 86dedd3b69c6c8516a339185411974174cf96471 Parents: 66742b6 Author: Francesco Chicchiriccò Authored: Thu Sep 17 08:33:08 2015 +0200 Committer: Francesco Chicchiriccò Committed: Thu Sep 17 08:33:08 2015 +0200 ---------------------------------------------------------------------- core/pom.xml | 4 ---- pom.xml | 5 ----- 2 files changed, 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/86dedd3b/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index c85a678..9a541d5 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -99,10 +99,6 @@ under the License. org.apache.cxf - cxf-rt-rs-extension-providers - - - org.apache.cxf cxf-rt-rs-extension-search http://git-wip-us.apache.org/repos/asf/syncope/blob/86dedd3b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 14c4280..9bda4d6 100644 --- a/pom.xml +++ b/pom.xml @@ -699,11 +699,6 @@ under the License. org.apache.cxf - cxf-rt-rs-extension-providers - ${cxf.version} - - - org.apache.cxf cxf-rt-rs-extension-search ${cxf.version}