Configurable Port Stats Collection interval

Change-Id: I4999338ecf1c608f93b66ba979126b2a5deda165
diff --git a/providers/openflow/device/pom.xml b/providers/openflow/device/pom.xml
index c02a33e..5f27d42 100644
--- a/providers/openflow/device/pom.xml
+++ b/providers/openflow/device/pom.xml
@@ -30,5 +30,10 @@
     <packaging>bundle</packaging>
 
     <description>ONOS OpenFlow protocol device provider</description>
-
+    <dependencies>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.compendium</artifactId>
+        </dependency>
+    </dependencies>
 </project>