[SEBA-623]Integeration with kafka-onos

cherry-picked from kafka-onos-1.2

Change-Id: Ic0569973bc3843fc4acf6bd0ccf04a526e6ceb9d
diff --git a/pom.xml b/pom.xml
index 83eb9f4..689de3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,6 +99,12 @@
             <scope>provided</scope>
         </dependency>
 
+        <dependency>
+            <groupId>org.opencord</groupId>
+            <artifactId>sadis-api</artifactId>
+            <version>${sadis.api.version}</version>
+        </dependency>
+
     </dependencies>
 
     <build>