Updating BUCK files

Change-Id: I24f279b42a270e59cf4bf4564e2aa4d81459c8e2
diff --git a/drivers/default/BUCK b/drivers/default/BUCK
index f999454..e64db2d 100644
--- a/drivers/default/BUCK
+++ b/drivers/default/BUCK
@@ -18,4 +18,9 @@
     category = 'Drivers',
     url = 'http://onosproject.org',
     description = 'ONOS Default device drivers application.',
+    included_bundles = [
+        ':onos-drivers-default',
+        '//lib:openflowj',
+        '//protocols/openflow/api:onos-protocols-openflow-api',
+    ]
 )