added org.netbeans in boot delegation, in order to use jvisualvm
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1542983 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/test/src/test/java/org/apache/felix/dm/test/integration/common/TestBase.java b/dependencymanager/test/src/test/java/org/apache/felix/dm/test/integration/common/TestBase.java
index 37adf5f..9744d16 100644
--- a/dependencymanager/test/src/test/java/org/apache/felix/dm/test/integration/common/TestBase.java
+++ b/dependencymanager/test/src/test/java/org/apache/felix/dm/test/integration/common/TestBase.java
@@ -19,6 +19,7 @@
package org.apache.felix.dm.test.integration.common;
import static org.ops4j.pax.exam.CoreOptions.bundle;
+import static org.ops4j.pax.exam.CoreOptions.bootDelegationPackages;
import static org.ops4j.pax.exam.CoreOptions.cleanCaches;
import static org.ops4j.pax.exam.CoreOptions.junitBundles;
import static org.ops4j.pax.exam.CoreOptions.mavenBundle;
@@ -139,6 +140,7 @@
systemTimeout(15000),
cleanCaches(true),
junitBundles(),
+ bootDelegationPackages("org.netbeans.*"), // For jvisualvm
mavenBundle("org.apache.felix", "org.apache.felix.metatype", "1.0.8"),
mavenBundle("org.apache.felix", "org.apache.felix.configadmin", "1.6.0"),
mavenBundle("org.apache.felix", "org.apache.felix.shell", "1.4.2"),