Add cord-config runtime dependency for cordmcast app

Change-Id: Ia672b719d61c5991d3dccba09087c48392e955ee
diff --git a/apps/cordmcast/features.xml b/apps/cordmcast/features.xml
index 1a9f6cb..a6aab98 100644
--- a/apps/cordmcast/features.xml
+++ b/apps/cordmcast/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>
diff --git a/apps/cordmcast/pom.xml b/apps/cordmcast/pom.xml
index 93d5a5d..d39489c 100644
--- a/apps/cordmcast/pom.xml
+++ b/apps/cordmcast/pom.xml
@@ -45,6 +45,11 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
+            <groupId>org.onosproject</groupId>
+            <artifactId>onos-cord-config</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
             <groupId>org.apache.karaf.shell</groupId>
             <artifactId>org.apache.karaf.shell.console</artifactId>
         </dependency>