Fix neutron implicit osgi import
[controller.git] / opendaylight / networkconfiguration / neutron / northbound / pom.xml
index e61a8e5118b0c19e2cc72bc529f82fe78e954c6b..1e7bcf0ae690ac955cab239175207c1f9df54d6d 100644 (file)
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>networkconfig.neutron</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
+    </dependency>
   </dependencies>
 
   <build>