// ClassNotFoundException: org.ops4j.pax.exam.junit.Configuration
if ("IBM Corporation".equals(System.getProperty("java.vendor"))) {
options.add(wrappedBundle(maven("org.ops4j.pax.exam", "pax-exam-junit")));
}
// Add ServiceMix junit bundle
JUnitBundlesOption jubo = new JUnitBundlesOption();
((MavenArtifactProvisionOption) jubo.getDelegate()).groupId("org.apache.servicemix.bundles").artifactId("org.apache.servicemix.bundles.junit").version("4.7_1");
options.add(jubo);
return options.toArray(new Option[options.size()]);
}