Reverting back the YANG runtime bundle inclusion to fix broken running environment.

Change-Id: Id4216894a41a37472dbe92d31ab3251babfa4b75
diff --git a/apps/yang/BUCK b/apps/yang/BUCK
index 8c0b321..b0e29a3 100644
--- a/apps/yang/BUCK
+++ b/apps/yang/BUCK
@@ -2,13 +2,13 @@
     '//lib:CORE_DEPS',
     '//lib:onos-yang-model',
     '//lib:onos-yang-compiler-api',
-    '//lib:onos-yang-runtime',
+#     '//lib:onos-yang-runtime',
 ]
 
 BUNDLES = [
     '//lib:onos-yang-model',
     '//lib:onos-yang-compiler-api',
-    '//lib:onos-yang-runtime',
+#     '//lib:onos-yang-runtime',
 ]
 
 osgi_jar (
@@ -21,4 +21,6 @@
     url = 'http://onosproject.org',
     description = 'Base application to bring in the YANG libraries and assemble them for other apps to use.',
     included_bundles = BUNDLES,
-)
\ No newline at end of file
+)
+
+# FIXME: OSGI bundle conflict issue before including onos-yang-runtime.
\ No newline at end of file