[568138] Force some test bundles to use BREE during execution
diff --git a/core/tests/org.eclipse.wst.wsdl.ui.tests/pom.xml b/core/tests/org.eclipse.wst.wsdl.ui.tests/pom.xml
index 90a2705..d0a4dd9 100644
--- a/core/tests/org.eclipse.wst.wsdl.ui.tests/pom.xml
+++ b/core/tests/org.eclipse.wst.wsdl.ui.tests/pom.xml
@@ -39,6 +39,7 @@
         <configuration>
           <useUIHarness>true</useUIHarness>
           <useUIThread>true</useUIThread>
+          <useJDK>BREE</useJDK>
         </configuration>
       </plugin>
     </plugins>
diff --git a/jaxws/tests/org.eclipse.jst.ws.cxf.tests/pom.xml b/jaxws/tests/org.eclipse.jst.ws.cxf.tests/pom.xml
index fcd9fde..79dfe4c 100644
--- a/jaxws/tests/org.eclipse.jst.ws.cxf.tests/pom.xml
+++ b/jaxws/tests/org.eclipse.jst.ws.cxf.tests/pom.xml
@@ -42,6 +42,7 @@
           <argLine>-XX:MaxPermSize=128m</argLine>
           <useUIHarness>true</useUIHarness>
           <useUIThread>true</useUIThread>
+          <useJDK>BREE</useJDK>
         </configuration>
       </plugin>
     </plugins>