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 DE265200D1B for ; Thu, 12 Oct 2017 17:13:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DCEDE1609E8; Thu, 12 Oct 2017 15:13:07 +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 555901609CD for ; Thu, 12 Oct 2017 17:13:07 +0200 (CEST) Received: (qmail 49403 invoked by uid 500); 12 Oct 2017 15:13:06 -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 49394 invoked by uid 99); 12 Oct 2017 15:13:06 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Oct 2017 15:13:06 +0000 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 AFF733A0047 for ; Thu, 12 Oct 2017 15:13:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1811978 - /sling/trunk/bundles/extensions/healthcheck/it/src/test/java/org/apache/sling/hc/it/core/U.java Date: Thu, 12 Oct 2017 15:13:05 -0000 To: commits@sling.apache.org From: rombert@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20171012151305.AFF733A0047@svn01-us-west.apache.org> archived-at: Thu, 12 Oct 2017 15:13:08 -0000 Author: rombert Date: Thu Oct 12 15:13:05 2017 New Revision: 1811978 URL: http://svn.apache.org/viewvc?rev=1811978&view=rev Log: Fixed broken build in HelthCheck Core IT tests Submitted-By: Ian Boston Closes #254 Modified: sling/trunk/bundles/extensions/healthcheck/it/src/test/java/org/apache/sling/hc/it/core/U.java Modified: sling/trunk/bundles/extensions/healthcheck/it/src/test/java/org/apache/sling/hc/it/core/U.java URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/healthcheck/it/src/test/java/org/apache/sling/hc/it/core/U.java?rev=1811978&r1=1811977&r2=1811978&view=diff ============================================================================== --- sling/trunk/bundles/extensions/healthcheck/it/src/test/java/org/apache/sling/hc/it/core/U.java (original) +++ sling/trunk/bundles/extensions/healthcheck/it/src/test/java/org/apache/sling/hc/it/core/U.java Thu Oct 12 15:13:05 2017 @@ -113,7 +113,8 @@ public class U { mavenBundle("commons-collections", "commons-collections", "3.2.1"), mavenBundle("commons-io", "commons-io", "1.4"), mavenBundle("commons-fileupload", "commons-fileupload", "1.2.2"), - mavenBundle("commons-lang", "commons-lang", "2.5") ) + mavenBundle("commons-lang", "commons-lang", "2.5") , + mavenBundle("org.apache.commons", "commons-lang3", "3.6")) ); } }