Remove OvsdbConfigurationService
[ovsdb.git] / openstack / net-virt / pom.xml
index 4110b69c30450908e71459c57bf8321cf8798bbc..351c252762a8fe3ba012169694760a305ca49f4c 100644 (file)
@@ -80,6 +80,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <groupId>org.opendaylight.ovsdb</groupId>
       <artifactId>schema.openvswitch</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.ovsdb</groupId>
+      <artifactId>southbound-api</artifactId>
+      <version>1.1.0-SNAPSHOT</version>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.ovsdb</groupId>
       <artifactId>southbound-impl</artifactId>
@@ -146,7 +151,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <Export-Package>
               org.opendaylight.ovsdb.openstack.netvirt,
               org.opendaylight.ovsdb.openstack.netvirt.api,
-              org.opendaylight.ovsdb.openstack.netvirt.impl
+              org.opendaylight.ovsdb.openstack.netvirt.impl,
+              org.opendaylight.ovsdb.openstack.netvirt.impl.MdsalUtils
             </Export-Package>
             <Bundle-Activator>org.opendaylight.ovsdb.openstack.netvirt.Activator</Bundle-Activator>
           </instructions>