Fix neutron implicit osgi import 21/15321/1
authorRobert Varga <rovarga@cisco.com>
Sat, 14 Feb 2015 10:35:09 +0000 (11:35 +0100)
committerRobert Varga <rovarga@cisco.com>
Sat, 14 Feb 2015 10:35:09 +0000 (11:35 +0100)
Neutron northbound requires osgi-core but fails to mention it in
pom.xml. Fix that.

Change-Id: Id73bc2550c10268e30a852fb2dbde19a04c8b24d
Signed-off-by: Robert Varga <rovarga@cisco.com>
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>