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 c240f1f7677e2a3ebbc82540bd23d09373505f05 Author: Karl Pauls <[email protected]> AuthorDate: Fri Jun 2 11:10:37 2017 +0000 Remove the commons.json bundle from the hc it tests git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1797371 13f79535-47bb-0310-9956-ffa450edef68 --- src/test/java/org/apache/sling/hc/it/core/U.java | 1 - 1 file changed, 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 e9a8c6a..1bf33f4 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 @@ -99,7 +99,6 @@ public class U { mavenBundle("org.apache.sling", "org.apache.sling.hc.core", coreVersion), mavenBundle("org.apache.sling", "org.apache.sling.hc.samples", samplesVersion), mavenBundle("org.apache.sling", "org.apache.sling.commons.osgi", "2.2.0"), - mavenBundle("org.apache.sling", "org.apache.sling.commons.json", "2.0.10"), mavenBundle("org.apache.sling", "org.apache.sling.jcr.jcr-wrapper", "2.0.0"), mavenBundle("org.apache.sling", "org.apache.sling.api", "2.4.2"), mavenBundle("org.apache.sling", "org.apache.sling.jcr.api", "2.1.0"), -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
