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 d65d38a68d430d685debe2de2cdfc2d442f80dbe Author: Bertrand Delacretaz <[email protected]> AuthorDate: Mon Dec 23 17:28:52 2013 +0000 SLING-3278 broke integration tests git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1553155 13f79535-47bb-0310-9956-ffa450edef68 --- src/test/java/org/apache/sling/hc/it/core/U.java | 2 ++ 1 file changed, 2 insertions(+) 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 6503add..70d71d3 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 @@ -59,9 +59,11 @@ public class U { mavenBundle("org.apache.sling", "org.apache.sling.settings", "1.2.2"), 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("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("org.mortbay.jetty", "servlet-api-2.5", "6.1.14") ) ); -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
