L2 Gw create changes related to ITM Tunnels creation in neutronvpn module
[vpnservice.git] / neutronvpn / neutronvpn-impl / pom.xml
index 922a727b26f61d382984537aad10a025db9fbff3..934c6b04a9ae6f1afd1b7cb58bfb661bdd135f7d 100644 (file)
@@ -52,6 +52,16 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <artifactId>lockmanager-api</artifactId>
             <version>${vpnservices.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.vpnservice</groupId>
+            <artifactId>itm-api</artifactId>
+            <version>${vpnservices.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.ovsdb</groupId>
+            <artifactId>hwvtepsouthbound-api</artifactId>
+            <version>${vpns.ovsdb.version}</version>
+        </dependency>
     </dependencies>
 
 </project>