Reverting the exclsuion of Yang runtime with fix for OSGI wiring issue

Change-Id: I23552cfb2f1fb8926500576c9039260890caf14e
diff --git a/apps/yang/BUCK b/apps/yang/BUCK
index b0e29a3..8c0b321 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,6 +21,4 @@
     url = 'http://onosproject.org',
     description = 'Base application to bring in the YANG libraries and assemble them for other apps to use.',
     included_bundles = BUNDLES,
-)
-
-# FIXME: OSGI bundle conflict issue before including onos-yang-runtime.
\ No newline at end of file
+)
\ No newline at end of file