This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hc-it.git
commit 4696f3f0ac7c8bdaa9a14fbaba53b855c7d04622 Author: Robert Munteanu <[email protected]> AuthorDate: Thu Oct 12 15:13:05 2017 +0000 Fixed broken build in HelthCheck Core IT tests Submitted-By: Ian Boston Closes #254 git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1811978 13f79535-47bb-0310-9956-ffa450edef68 --- src/test/java/org/apache/sling/hc/it/core/U.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/java/org/apache/sling/hc/it/core/U.java b/src/test/java/org/apache/sling/hc/it/core/U.java index 1bf33f4..a063808 100644 --- a/src/test/java/org/apache/sling/hc/it/core/U.java +++ b/src/test/java/org/apache/sling/hc/it/core/U.java @@ -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")) ); } } -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
