Switch to controller-provided protocol framework
[bgpcep.git] / integration-tests / src / test / java / org / opendaylight / protocol / integration / BgpRibApiBundleTest.java
index 6a80a542807ccca82e1a2de48f9aaa4378384dca..b4d9b8c6a4dd65b74ff5922f517ad6eabdd6b9fb 100644 (file)
@@ -14,7 +14,7 @@ import com.google.common.collect.Lists;
 public final class BgpRibApiBundleTest extends AbstractBundleTest {
        @Override
        protected Collection<String> prerequisiteBundles() {
-               return Lists.newArrayList("concepts", "bgp-concepts", "bgp-linkstate", "bgp-parser-api", "framework", "util");
+               return Lists.newArrayList("concepts", "bgp-concepts", "bgp-linkstate", "bgp-parser-api", "util");
        }
 
        @Override