This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-paxexam.git
commit b127919594ceae22f03251bc87595a51f4917aec Author: Oliver Lietz <[email protected]> AuthorDate: Wed Feb 28 12:30:06 2018 +0100 Revert "SLING-7519 Add webconsole ds module to get better insight into DS components" This reverts commit d32265676a58dd7acd1f36dbb3a0c365f685c221. --- src/main/java/org/apache/sling/testing/paxexam/SlingOptions.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/java/org/apache/sling/testing/paxexam/SlingOptions.java b/src/main/java/org/apache/sling/testing/paxexam/SlingOptions.java index 8ce5810..ae5d333 100644 --- a/src/main/java/org/apache/sling/testing/paxexam/SlingOptions.java +++ b/src/main/java/org/apache/sling/testing/paxexam/SlingOptions.java @@ -81,9 +81,7 @@ public class SlingOptions { public static Option webconsole() { return composite( - scr(), mavenBundle().groupId("org.apache.felix").artifactId("org.apache.felix.webconsole").version(versionResolver), - mavenBundle().groupId("org.apache.felix").artifactId("org.apache.felix.webconsole.plugins.ds").version(versionResolver), mavenBundle().groupId("org.apache.felix").artifactId("org.apache.felix.inventory").version(versionResolver), mavenBundle().groupId("commons-fileupload").artifactId("commons-fileupload").version(versionResolver), mavenBundle().groupId("commons-io").artifactId("commons-io").version(versionResolver), -- To stop receiving notification emails like this one, please contact [email protected].
