Merge "Bug 6690 - when mixing dpdk & non-dpdk OVS with the same ODL no way to configu...
[netvirt.git] / vpnservice / vpnmanager / vpnmanager-impl / pom.xml
index 602e0019acd73b1f0279d99aa251b61a6a46e844..65495a816d2041272681413bf31f7aa406eae678 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
     <relativePath>../../commons/config-parent</relativePath>
   </parent>
 
@@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>vpnmanager-impl</artifactId>
   <version>${vpnservices.version}</version>
-  
+
   <packaging>bundle</packaging>
   <dependencies>
     <dependency>
@@ -86,6 +86,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>natservice-api</artifactId>
       <version>${vpnservices.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.infrautils</groupId>
+      <artifactId>counters-api</artifactId>
+      <version>${infrautils.version}</version>
+    </dependency>
+
   </dependencies>
 
   <!--