Adding a cord-config appliation which hosts configuration
classes common to several cord applications.

Change-Id: Ie8fba7dbfacb50f627407a6c9d96bfaea43a6b61
diff --git a/api/pom.xml b/api/pom.xml
index b884942..570d55b 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -52,6 +52,11 @@
             <classifier>tests</classifier>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.onosproject</groupId>
+            <artifactId>onos-cord-config</artifactId>
+            <version>1.6.0-SNAPSHOT</version>
+        </dependency>
 
     </dependencies>