minor
[xmlrouter] / integrationtest / src / test / java / org / wamblee / xmlrouter / integrationtest / XmlRouterIntegrationTest.java
index 5f93ff8d3ee2f766bd452b2f4dcc425ee54af4b9..7ca83cac3d61f518d41707196b965f38e7bc7060 100644 (file)
@@ -36,13 +36,6 @@ public class XmlRouterIntegrationTest {
             mavenBundle().groupId("org.mockito").artifactId("mockito-all")
                 .version("1.8.5"), //
 
-            // Dependencies from wamblee utils (TODO create bundle of
-            // support-general with optional dependencies).
-            mavenBundle().groupId("org.eclipse.persistence")
-                .artifactId("javax.persistence").version("2.0.0"), //
-            wrappedBundle(mavenBundle().groupId("net.sf.ehcache")
-                .artifactId("ehcache-core").version("2.2.0")), //
-
             // XML Router API packages.
             mavenBundle().groupId("org.wamblee.xmlrouter")
                 .artifactId("xmlrouter-common").versionAsInProject(),//
@@ -55,23 +48,14 @@ public class XmlRouterIntegrationTest {
             mavenBundle().groupId("org.wamblee.xmlrouter")
                 .artifactId("xmlrouter-listener").versionAsInProject(),//
 
+            // XML Router bundle.
+            mavenBundle().groupId("org.wamblee.xmlrouter")
+                .artifactId("xmlrouter-router-bundle").versionAsInProject(), //
+
             // OSGI runtimes
             felix());
     }
 
-    /*
-     * @Configuration() public Option[] config() { return
-     * options(mavenBundle().groupId("junit").artifactId("junit-dep")
-     * .version("4.8.2"), // mockito 1.7 //
-     * wrappedBundle(mavenBundle().groupId("org.mockito") //
-     * .artifactId("mockito-all").version("1.7")), // mockito 1.8.5 //
-     * mavenBundle().groupId("org.objenesis").artifactId("objenesis") //
-     * .version("1.0"), // // mavenBundle("org.hamcrest",
-     * "hamcrest-core").version("1.1"),//
-     * mavenBundle().groupId("org.mockito").artifactId("mockito-all")
-     * .version("1.8.5"), // felix()); }
-     */
-
     @Test
     public void test1(BundleContext aContext) {
         System.out.println("=== Got context " + aContext);