[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/features/BUCK b/features/BUCK
index d249509..ec2fd10 100644
--- a/features/BUCK
+++ b/features/BUCK
@@ -128,6 +128,8 @@
   required_features = ['onos-api'],
   included_bundles = [
     '//cli:onos-cli',
+    # TODO Remove after decoupling optical
+    '//apps/optical-model:onos-apps-optical-model',
   ]
 )