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-commons-log-webconsole.git
commit a54472c324c543deb4b875987293d98c3bd0c9ee Author: Chetan Mehrotra <[email protected]> AuthorDate: Thu Oct 13 08:28:56 2016 +0000 SLING-5932 - Move Web Console Plugin to separate bundle Add apache-snapshot repository. Thanks Robert for the tip! git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1764621 13f79535-47bb-0310-9956-ffa450edef68 --- src/test/java/org/apache/sling/commons/log/webconsole/LogTestBase.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/java/org/apache/sling/commons/log/webconsole/LogTestBase.java b/src/test/java/org/apache/sling/commons/log/webconsole/LogTestBase.java index a22b3ba..52efa97 100644 --- a/src/test/java/org/apache/sling/commons/log/webconsole/LogTestBase.java +++ b/src/test/java/org/apache/sling/commons/log/webconsole/LogTestBase.java @@ -34,11 +34,11 @@ import org.ops4j.pax.exam.options.DefaultCompositeOption; import org.osgi.framework.BundleContext; import static org.ops4j.pax.exam.CoreOptions.composite; -import static org.ops4j.pax.exam.CoreOptions.frameworkProperty; import static org.ops4j.pax.exam.CoreOptions.junitBundles; import static org.ops4j.pax.exam.CoreOptions.keepCaches; import static org.ops4j.pax.exam.CoreOptions.mavenBundle; import static org.ops4j.pax.exam.CoreOptions.options; +import static org.ops4j.pax.exam.CoreOptions.repository; import static org.ops4j.pax.exam.CoreOptions.systemProperty; import static org.ops4j.pax.exam.CoreOptions.systemTimeout; import static org.ops4j.pax.exam.CoreOptions.workingDirectory; @@ -87,6 +87,7 @@ public abstract class LogTestBase { return options( // the current project (the bundle under test) CoreOptions.bundle(bundleFile.toURI().toString()), + repository("https://repository.apache.org/snapshots/").id("apache-snapshots").allowSnapshots(), mavenBundle("org.slf4j", "slf4j-api").versionAsInProject(), mavenBundle("org.apache.sling", "org.apache.sling.commons.logservice").versionAsInProject(), LogTestBase.webSupport(), -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
