fix references to config application
diff --git a/api/pom.xml b/api/pom.xml
index 8919309..b54c81a 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -34,6 +34,7 @@
     <description>OLT application API</description>
 
     <dependencies>
+
         <dependency>
             <groupId>org.onosproject</groupId>
             <artifactId>onlab-junit</artifactId>
diff --git a/api/src/main/java/org/opencord/olt/AccessDeviceService.java b/api/src/main/java/org/opencord/olt/AccessDeviceService.java
index c6d90a1..404f98c 100644
--- a/api/src/main/java/org/opencord/olt/AccessDeviceService.java
+++ b/api/src/main/java/org/opencord/olt/AccessDeviceService.java
@@ -17,10 +17,10 @@
 package org.opencord.olt;
 
 import org.onlab.packet.VlanId;
-import org.onosproject.cordconfig.access.AccessDeviceData;
 import org.onosproject.event.ListenerService;
 import org.onosproject.net.ConnectPoint;
 import org.onosproject.net.DeviceId;
+import org.opencord.cordconfig.access.AccessDeviceData;
 
 import java.util.Collection;
 import java.util.Map;