Merge "Stop creating new Boolean, move to use valueOf method"
[controller.git] / opendaylight / northbound / commons / pom.xml
index 972bece91fd2ce9e0400bf2500397e76a2d19691..dda6a0f975714be2bb9d4a5aefc2582ecc63787a 100644 (file)
@@ -22,7 +22,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>2.3.6</version>
+        <version>${bundle.plugin.version}</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
               javax.xml.bind.annotation,
               org.objectweb.asm,
               org.opendaylight.controller.sal.utils,
+              org.opendaylight.controller.sal.core,
               org.opendaylight.controller.sal.authorization,
               org.opendaylight.controller.containermanager,
               org.opendaylight.controller.usermanager,
+              org.opendaylight.controller.switchmanager,
               org.opendaylight.controller.northbound.bundlescanner,
               org.osgi.framework,
               org.osgi.service.packageadmin,
     </plugins>
   </build>
   <dependencies>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>switchmanager</artifactId>
+      <version>0.5.0-SNAPSHOT</version>
+    </dependency>
       <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal</artifactId>