Add bundles-diag
[odlparent.git] / features-test-plugin / src / main / java / org / opendaylight / odlparent / features / test / plugin / PaxOptionUtils.java
index 3b37a8fc1a47b929b3b9e2d6af5a0e57e408ba19..56bf852a9d2fa2d95d3b51c76bf294c3efc0aaca 100644 (file)
@@ -8,8 +8,10 @@
 package org.opendaylight.odlparent.features.test.plugin;
 
 import static org.opendaylight.odlparent.features.test.plugin.DependencyUtils.KARAF_VERSION;
+import static org.opendaylight.odlparent.features.test.plugin.DependencyUtils.RELEASE_VERSION;
 import static org.ops4j.pax.exam.CoreOptions.bootDelegationPackages;
 import static org.ops4j.pax.exam.CoreOptions.maven;
+import static org.ops4j.pax.exam.CoreOptions.mavenBundle;
 import static org.ops4j.pax.exam.CoreOptions.propagateSystemProperties;
 import static org.ops4j.pax.exam.CoreOptions.systemPackages;
 import static org.ops4j.pax.exam.CoreOptions.when;
@@ -102,6 +104,9 @@ final class PaxOptionUtils {
 
     static Option[] miscOptions() {
         return new Option[]{
+            // probe dependencies
+            mavenBundle("org.opendaylight.odlparent", "bundles-diag", RELEASE_VERSION),
+
             // Needed for Agrona/aeron.io
             systemPackages("com.sun.media.sound", "sun.net", "sun.nio.ch")
         };