Fixed wiring problem with BMv2/P4Runtime driver
Change-Id: I0aac2598603618cc47ed325b3177df262d9fc359
diff --git a/drivers/bmv2/BUCK b/drivers/bmv2/BUCK
index b13a673..d9b09bb 100644
--- a/drivers/bmv2/BUCK
+++ b/drivers/bmv2/BUCK
@@ -14,7 +14,6 @@
BUNDLES = [
':onos-drivers-bmv2',
'//incubator/bmv2/model:onos-incubator-bmv2-model',
- '//drivers/default:onos-drivers-default',
]
osgi_jar(
@@ -29,9 +28,6 @@
description = 'Adds support for BMv2 P4 devices.',
included_bundles = BUNDLES,
required_apps = [
- 'org.onosproject.generaldeviceprovider',
- 'org.onosproject.protocols.p4runtime',
- 'org.onosproject.p4runtime',
- 'org.onosproject.drivers.p4runtime'
+ 'org.onosproject.drivers.p4runtime',
],
-)
+)
\ No newline at end of file