Bug 5229 : ElanInterfaceName should not follow the portName:vlanId format
[vpnservice.git] / interfacemgr / interfacemgr-api / pom.xml
index 8c24456065bc678d450bcd22c58f0b8014d73b8c..7a3be819dea0a3bb28f927d80184cc44499899e4 100644 (file)
@@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.vpnservice</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.3.0-SNAPSHOT</version>
     <relativePath>../../commons/config-parent</relativePath>
   </parent>
 
@@ -55,5 +55,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>mdsalutil-api</artifactId>
       <version>${vpns.mdsalutil.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.ovsdb</groupId>
+      <artifactId>southbound-api</artifactId>
+      <version>${vpns.ovsdb.version}</version>
+    </dependency>
   </dependencies>
 </project>