Add missing dependecny to netconf pom

Change-Id: I429ed13995c0ced10bb62ca565dc7de2f9195a5d
diff --git a/providers/netconf/device/pom.xml b/providers/netconf/device/pom.xml
index 92c256e..c83c7a8 100644
--- a/providers/netconf/device/pom.xml
+++ b/providers/netconf/device/pom.xml
@@ -51,6 +51,12 @@
             <artifactId>easymock</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.compendium</artifactId>
+            <version>5.0.0</version>
+            <scope>provided</scope>
+        </dependency>
     </dependencies>
 
     <build>