KafkaApp to export BNG related events

Kafka app export PPPoE related events and BNG statistics events on the Kafka bus

Change-Id: Icea64d376abf65f3c2e38b56936b9a87d8c40ff7
diff --git a/pom.xml b/pom.xml
index 99798f7..6607425 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,6 +40,7 @@
         <aaa.api.version>2.0.0</aaa.api.version>
         <olt.api.version>4.0.0</olt.api.version>
         <dhcpl2relay.api.version>2.0.0</dhcpl2relay.api.version>
+        <bng.api.version>1.0-SNAPSHOT</bng.api.version>
         <sadis.api.version>4.0.1</sadis.api.version>
     </properties>
 
@@ -91,6 +92,13 @@
             <scope>provided</scope>
         </dependency>
 
+        <dependency>
+            <groupId>org.opencord</groupId>
+            <artifactId>bng-api</artifactId>
+            <version>${bng.api.version}</version>
+            <scope>provided</scope>
+        </dependency>
+
     </dependencies>
 
     <build>