[ONOS-4513] Slice optical-model into separate bundle (1/3)
- net and cli bundle has dependency to optical-model bundle,
which should be removed in the longer run. (ONOS-4626)
Change-Id: Ieff43ef2002ee21f4578a6e2a729cd35ce3eae3d
diff --git a/drivers/ciena/BUCK b/drivers/ciena/BUCK
index 57e0ff6..5eba907 100644
--- a/drivers/ciena/BUCK
+++ b/drivers/ciena/BUCK
@@ -4,6 +4,7 @@
'//utils/rest:onlab-rest',
'//drivers/utilities:onos-drivers-utilities',
'//protocols/rest/api:onos-protocols-rest-api',
+ '//apps/optical-model:onos-apps-optical-model',
]
TEST_DEPS = [
@@ -30,5 +31,5 @@
url = 'http://onosproject.org',
description = 'ONOS Ciena Device Drivers application.',
included_bundles = BUNDLES,
- required_apps = [ 'org.onosproject.restsb' ],
+ required_apps = [ 'org.onosproject.restsb', 'org.onosproject.optical-model' ],
)