Provide single point for enforcing config naming convention
[controller.git] / opendaylight / containermanager / api / pom.xml
index 744198acf87e34b7502e7bc1ac025e369d287321..b6c4d4c2a3662cd72f91caf187e739d264d3b493 100644 (file)
@@ -28,6 +28,7 @@
         <configuration>
           <instructions>
             <Import-Package>
+              org.opendaylight.controller.configuration,
               org.opendaylight.controller.sal.authorization,
               org.opendaylight.controller.sal.utils,
               org.opendaylight.controller.sal.core,
@@ -55,5 +56,9 @@
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>configuration</artifactId>
+    </dependency>
   </dependencies>
 </project>