[SEBA-42] Operational Status Multicast Source.

Change-Id: I28595ef5a0b241f49975ad71f043bc6c9e1e84d6
diff --git a/pom.xml b/pom.xml
index 86c8d26..e575e00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,6 +43,7 @@
         <bng.api.version>1.0.0</bng.api.version>
         <sadis.api.version>5.0.0</sadis.api.version>
         <igmp.version>2.0.0-SNAPSHOT</igmp.version>
+        <mcast.version>2.0.0-SNAPSHOT</mcast.version>
     </properties>
 
     <dependencies>
@@ -88,6 +89,13 @@
         </dependency>
 
         <dependency>
+            <groupId>org.opencord</groupId>
+            <artifactId>mcast</artifactId>
+            <version>${mcast.version}</version>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
             <scope>provided</scope>