Make scheme and remote URI configurable on big switch app (ONOS-3614)

Change-Id: I8b77a2e5e23e0191367c3a5b7130bba865c2dc09
diff --git a/ecord/co/pom.xml b/ecord/co/pom.xml
index 48a7698..9337cc2 100644
--- a/ecord/co/pom.xml
+++ b/ecord/co/pom.xml
@@ -98,6 +98,13 @@
             <artifactId>jersey-client</artifactId>
             <version>2.22.1</version>
         </dependency>
+
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.compendium</artifactId>
+            <version>4.3.1</version>
+            <scope>provided</scope>
+        </dependency>
     </dependencies>
 
     <build>