Add cord-config runtime dependency for cordmcast app

Change-Id: Ia672b719d61c5991d3dccba09087c48392e955ee
diff --git a/features.xml b/features.xml
index 1a9f6cb..a6aab98 100644
--- a/features.xml
+++ b/features.xml
@@ -20,5 +20,6 @@
         <feature>onos-api</feature>
         <bundle>mvn:${project.groupId}/onos-app-olt-api/${project.version}</bundle>
         <bundle>mvn:${project.groupId}/onos-app-cord-mcast/${project.version}</bundle>
+        <bundle>mvn:${project.groupId}/onos-cord-config/${project.version}</bundle>
     </feature>
 </features>