YANG typedefs generation as class with extends key word
[controller.git] / opendaylight / statisticsmanager / implementation / pom.xml
index 1786d003cd4c1be700e3339fbfc3d13ca2013b9f..769749302651e7841322ff4eca29829e38860a23 100644 (file)
         <configuration>
           <instructions>
             <Import-Package>
+              org.opendaylight.controller.clustering.services,
               org.opendaylight.controller.containermanager,
               org.opendaylight.controller.sal.core,
-              org.opendaylight.controller.sal.flowprogrammer, org.slf4j,
+              org.opendaylight.controller.sal.flowprogrammer,
               org.opendaylight.controller.sal.reader,
+              org.opendaylight.controller.sal.utils,
+              org.slf4j,
+              org.opendaylight.controller.sal.inventory,
+              org.opendaylight.controller.sal.match,
+              org.opendaylight.controller.switchmanager,
               org.opendaylight.controller.statisticsmanager,
               org.opendaylight.controller.forwardingrulesmanager,
               org.apache.felix.dm
@@ -52,6 +58,7 @@
             <Export-Package>
             </Export-Package>
           </instructions>
+          <manifestLocation>${project.basedir}/META-INF</manifestLocation>
         </configuration>
       </plugin>
       <plugin>