Provide single point for enforcing config naming convention
[controller.git] / opendaylight / containermanager / api / pom.xml
index f7e385c87842e6c68319c8cd2dc99a80a56c45f5..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,
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>configuration</artifactId>
     </dependency>
   </dependencies>
 </project>