ONOS-5959 with YANG model integrated
Change-Id: I866b70ceebe8cb19d88cb2cc74530cbb4988b913
diff --git a/apps/config/BUCK b/apps/config/BUCK
index 22e1a08..c409e6c 100644
--- a/apps/config/BUCK
+++ b/apps/config/BUCK
@@ -1,6 +1,11 @@
+APPS = [
+ 'org.onosproject.yang',
+]
+
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:org.apache.karaf.shell.console',
+ '//lib:onos-yang-model',
'//core/store/serializers:onos-core-serializers',
'//cli:onos-cli',
]
@@ -14,4 +19,5 @@
category = 'Utility',
url = 'http://onosproject.org',
description = 'Application to support the Dynamic configuration service and store.',
+ required_apps = APPS,
)
\ No newline at end of file