Use new mcast and igmpproxy apis
Depend on API instead of the entire bundle
Change-Id: I2e3aa569441018070fda01ab0ab8ff850b70d7d6
diff --git a/features.xml b/features.xml
index 0cc601f..893c046 100644
--- a/features.xml
+++ b/features.xml
@@ -24,6 +24,8 @@
<bundle>mvn:${project.groupId}/olt-api/${olt.api.version}</bundle>
<bundle>mvn:${project.groupId}/sadis-api/${sadis.api.version}</bundle>
<bundle>mvn:${project.groupId}/bng-api/${bng.api.version}</bundle>
+ <bundle>mvn:${project.groupId}/onos-app-igmpproxy-api/${igmp.api.version}</bundle>
+ <bundle>mvn:${project.groupId}/mcast-api/${mcast.api.version}</bundle>
<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.kafka-clients/1.1.1_1</bundle>
</feature>
</features>