Return-Path: X-Original-To: apmail-sling-commits-archive@www.apache.org Delivered-To: apmail-sling-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 DF75B18D85 for ; Mon, 4 Jan 2016 06:27:35 +0000 (UTC) Received: (qmail 1801 invoked by uid 500); 4 Jan 2016 06:27:35 -0000 Delivered-To: apmail-sling-commits-archive@sling.apache.org Received: (qmail 1735 invoked by uid 500); 4 Jan 2016 06:27:35 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 1726 invoked by uid 99); 4 Jan 2016 06:27:35 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jan 2016 06:27:35 +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 63549C7601 for ; Mon, 4 Jan 2016 06:27:35 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.999 X-Spam-Level: X-Spam-Status: No, score=0.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id ateEy5nQsbci for ; Mon, 4 Jan 2016 06:27:34 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id 1A378258D5 for ; Mon, 4 Jan 2016 06:27:34 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 2E50BE047F for ; Mon, 4 Jan 2016 06:27:33 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 2CDF83A0713 for ; Mon, 4 Jan 2016 06:27:33 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1722789 - /sling/trunk/bundles/extensions/i18n/pom.xml Date: Mon, 04 Jan 2016 06:27:33 -0000 To: commits@sling.apache.org From: cziegeler@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160104062733.2CDF83A0713@svn01-us-west.apache.org> Author: cziegeler Date: Mon Jan 4 06:27:32 2016 New Revision: 1722789 URL: http://svn.apache.org/viewvc?rev=1722789&view=rev Log: Update to latest powermock/mockito Modified: sling/trunk/bundles/extensions/i18n/pom.xml Modified: sling/trunk/bundles/extensions/i18n/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/i18n/pom.xml?rev=1722789&r1=1722788&r2=1722789&view=diff ============================================================================== --- sling/trunk/bundles/extensions/i18n/pom.xml (original) +++ sling/trunk/bundles/extensions/i18n/pom.xml Mon Jan 4 06:27:32 2016 @@ -169,13 +169,9 @@ 2.4.0 provided - - org.apache.felix org.apache.felix.scr.annotations - 1.9.10 @@ -201,19 +197,19 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test org.powermock powermock-module-junit4 - 1.5.5 + 1.6.4 test org.powermock powermock-api-mockito - 1.5.5 + 1.6.4 test