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 a3be2a230650003476515cb8b6632763db748b0b Author: Bertrand Delacretaz <[email protected]> AuthorDate: Wed Jul 30 13:24:40 2014 +0000 SLING-3744 - add missing dependency - integration tests failed git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1614656 13f79535-47bb-0310-9956-ffa450edef68 --- src/test/java/org/apache/sling/hc/it/core/U.java | 1 + 1 file changed, 1 insertion(+) 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 70d71d3..8a993d3 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 @@ -60,6 +60,7 @@ public class U { mavenBundle("org.apache.sling", "org.apache.sling.launchpad.api", "1.1.0"), mavenBundle("org.apache.sling", "org.apache.sling.scripting.api", "2.1.0"), mavenBundle("org.apache.sling", "org.apache.sling.commons.threads", "3.1.0"), + mavenBundle("org.apache.sling", "org.apache.sling.commons.scheduler", "2.4.2"), mavenBundle("commons-collections", "commons-collections", "3.2.1"), mavenBundle("commons-io", "commons-io", "1.4"), mavenBundle("commons-fileupload", "commons-fileupload", "1.2.2"), -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
