Fix IGMP app for config change

Change-Id: Id26ac6431038a4aa9e783c8985306ce4ccb86cfd
diff --git a/apps/igmp/features.xml b/apps/igmp/features.xml
index fa0e2f7..47e878f 100644
--- a/apps/igmp/features.xml
+++ b/apps/igmp/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-igmp/${project.version}</bundle>
+        <bundle>mvn:${project.groupId}/onos-cord-config/${project.version}</bundle>
     </feature>
 </features>
diff --git a/apps/igmp/pom.xml b/apps/igmp/pom.xml
index fb232c9..2451a52 100644
--- a/apps/igmp/pom.xml
+++ b/apps/igmp/pom.xml
@@ -66,6 +66,12 @@
 
         <dependency>
             <groupId>org.onosproject</groupId>
+            <artifactId>onos-cord-config</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.onosproject</groupId>
             <artifactId>onlab-junit</artifactId>
             <scope>test</scope>
         </dependency>
diff --git a/apps/olt/api/pom.xml b/apps/olt/api/pom.xml
index 570d55b..37fee36 100644
--- a/apps/olt/api/pom.xml
+++ b/apps/olt/api/pom.xml
@@ -55,7 +55,7 @@
         <dependency>
             <groupId>org.onosproject</groupId>
             <artifactId>onos-cord-config</artifactId>
-            <version>1.6.0-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
 
     </dependencies>