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 2E21E200D1A for ; Mon, 9 Oct 2017 23:14:11 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2C7421609CE; Mon, 9 Oct 2017 21:14:11 +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 706841609B8 for ; Mon, 9 Oct 2017 23:14:10 +0200 (CEST) Received: (qmail 91873 invoked by uid 500); 9 Oct 2017 21:14:09 -0000 Mailing-List: contact commits-help@tamaya.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tamaya.incubator.apache.org Delivered-To: mailing list commits@tamaya.incubator.apache.org Received: (qmail 91864 invoked by uid 99); 9 Oct 2017 21:14:09 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Oct 2017 21:14:09 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id A3D3E180416 for ; Mon, 9 Oct 2017 21:14:08 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.222 X-Spam-Level: X-Spam-Status: No, score=-4.222 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id Wcf8-68jsRKM for ; Mon, 9 Oct 2017 21:14:06 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 586405FDE0 for ; Mon, 9 Oct 2017 21:14:05 +0000 (UTC) Received: (qmail 91859 invoked by uid 99); 9 Oct 2017 21:14:04 -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; Mon, 09 Oct 2017 21:14:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8ADC9F5D5E; Mon, 9 Oct 2017 21:14:03 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pottlinger@apache.org To: commits@tamaya.incubator.apache.org Message-Id: <40e43760792945afae5e511cc1dddddb@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-tamaya-extensions git commit: Fix build warnings Date: Mon, 9 Oct 2017 21:14:03 +0000 (UTC) archived-at: Mon, 09 Oct 2017 21:14:11 -0000 Repository: incubator-tamaya-extensions Updated Branches: refs/heads/master a716c0974 -> 155564300 Fix build warnings * Remove duplicate definitions. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/15556430 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/15556430 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/15556430 Branch: refs/heads/master Commit: 155564300eca7702a470535f4909e7a295fe76a9 Parents: a716c09 Author: Phil Ottlinger Authored: Mon Oct 9 23:13:00 2017 +0200 Committer: Phil Ottlinger Committed: Mon Oct 9 23:13:00 2017 +0200 ---------------------------------------------------------------------- modules/filter/pom.xml | 5 ----- modules/injection/cdi/pom.xml | 5 ----- modules/injection/pom.xml | 1 - 3 files changed, 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/15556430/modules/filter/pom.xml ---------------------------------------------------------------------- diff --git a/modules/filter/pom.xml b/modules/filter/pom.xml index a677c59..c19d4a2 100644 --- a/modules/filter/pom.xml +++ b/modules/filter/pom.xml @@ -63,11 +63,6 @@ under the License. org.osgi org.osgi.compendium 5.0.0 - - - org.osgi - org.osgi.compendium - 5.0.0 provided http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/15556430/modules/injection/cdi/pom.xml ---------------------------------------------------------------------- diff --git a/modules/injection/cdi/pom.xml b/modules/injection/cdi/pom.xml index 8f970e3..d292c23 100644 --- a/modules/injection/cdi/pom.xml +++ b/modules/injection/cdi/pom.xml @@ -23,7 +23,6 @@ under the License. org.apache.tamaya.ext tamaya-injection-all 0.4-incubating-SNAPSHOT - .. tamaya-cdi @@ -125,10 +124,6 @@ under the License. test - junit - junit - - org.mockito mockito-core http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/15556430/modules/injection/pom.xml ---------------------------------------------------------------------- diff --git a/modules/injection/pom.xml b/modules/injection/pom.xml index 9cf6c7f..d811715 100644 --- a/modules/injection/pom.xml +++ b/modules/injection/pom.xml @@ -23,7 +23,6 @@ org.apache.tamaya.ext tamaya-extensions 0.4-incubating-SNAPSHOT - .. tamaya-injection-all