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 5F97A200BA9 for ; Sun, 23 Oct 2016 22:36:18 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5D11A160B02; Sun, 23 Oct 2016 20:36:18 +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 AE3AB160ADF for ; Sun, 23 Oct 2016 22:36:17 +0200 (CEST) Received: (qmail 48757 invoked by uid 500); 23 Oct 2016 20:36:16 -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 48747 invoked by uid 99); 23 Oct 2016 20:36:16 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Oct 2016 20:36:16 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 83FEEC1EDB for ; Sun, 23 Oct 2016 20:36:16 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id T2zyXJiGyrRO for ; Sun, 23 Oct 2016 20:36:15 +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 268385FC0C for ; Sun, 23 Oct 2016 20:36:14 +0000 (UTC) Received: (qmail 48635 invoked by uid 99); 23 Oct 2016 20:36:14 -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; Sun, 23 Oct 2016 20:36:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4AEEEF15AF; Sun, 23 Oct 2016 20:36:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: plexus@apache.org To: commits@tamaya.incubator.apache.org Date: Sun, 23 Oct 2016 20:36:20 -0000 Message-Id: In-Reply-To: <7ca0cf0fa0b84d2380a7ce87aab8f023@git.apache.org> References: <7ca0cf0fa0b84d2380a7ce87aab8f023@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [08/50] [abbrv] incubator-tamaya-extensions git commit: Removed all dependencies to Hamcrest versions < 2.0.0.0 archived-at: Sun, 23 Oct 2016 20:36:18 -0000 Removed all dependencies to Hamcrest versions < 2.0.0.0 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/41e9cf35 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/41e9cf35 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/41e9cf35 Branch: refs/heads/old_master Commit: 41e9cf354c24ca75bc14b6440a1aa38cb5f04db9 Parents: 8ebc3c1 Author: Oliver B. Fischer Authored: Fri Mar 4 04:39:46 2016 +0100 Committer: Oliver B. Fischer Committed: Fri Sep 30 21:29:37 2016 +0200 ---------------------------------------------------------------------- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/41e9cf35/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9d2f59d..4bd0ee4 100644 --- a/pom.xml +++ b/pom.xml @@ -53,6 +53,12 @@ under the License. ${project.version} provided + + + org.hamcrest + java-hamcrest + + junit junit @@ -88,4 +94,4 @@ under the License. - \ No newline at end of file +