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>
diff --git a/pom.xml b/pom.xml
index 93d5a5d..d39489c 100644
--- a/pom.xml
+++ b/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>