You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:39:46 UTC

[sling-org-apache-sling-hc-it] 16/37: SLING-2987 - fix integration tests and remove obsolete modules from pom

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.hc.it-1.0.4
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hc-it.git

commit 8f1509ba83e17d41c3babec86563892d18c542a4
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Thu Aug 8 14:20:14 2013 +0000

    SLING-2987 - fix integration tests and remove obsolete modules from pom
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/branches/SLING-2987-healthcheck-redesign/it@1511800 13f79535-47bb-0310-9956-ffa450edef68
---
 src/test/java/org/apache/sling/hc/it/core/U.java | 5 ++++-
 1 file changed, 4 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 8717f6a..b7094d9 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
@@ -49,7 +49,10 @@ public class U {
             provision(
                     mavenBundle("org.apache.felix", "org.apache.felix.scr", "1.6.2"),
                     mavenBundle("org.apache.sling", "org.apache.sling.hc.core", coreVersion),
-                    mavenBundle("org.apache.sling", "org.apache.sling.commons.osgi", "2.2.0")
+                    mavenBundle("org.apache.sling", "org.apache.sling.commons.osgi", "2.2.0"),
+                    mavenBundle("org.apache.sling", "org.apache.sling.jcr.jcr-wrapper", "2.0.0"),
+                    mavenBundle("org.apache.sling", "org.apache.sling.jcr.api", "2.1.0"),
+                    mavenBundle("org.mortbay.jetty", "servlet-api-2.5", "6.1.14")
             )
         );
     }

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.