Bug 5064 : Deletion of TEP is not removing the tunnel ingress flow from the switch
[vpnservice.git] / vpnservice-artifacts / pom.xml
index 766bb87f40fa358608ffb8525eb22235c5d28013..60fe65cd597ed45814fb0bd6887df77633dd7d33 100644 (file)
@@ -10,23 +10,21 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.opendaylight.odlparent</groupId>
+    <artifactId>odlparent-lite</artifactId>
+    <version>1.7.0-SNAPSHOT</version>
+    <relativePath/>
+  </parent>
+
   <groupId>org.opendaylight.vpnservice</groupId>
   <artifactId>vpnservice-artifacts</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>0.3.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
     <dependencies>
-      <!--<dependency>
-        <groupId>${project.groupId}</groupId>
-        <artifactId>vpnmanager-api</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>${project.groupId}</groupId>
-        <artifactId>vpnmanager-impl</artifactId>
-        <version>${project.version}</version>
-      </dependency> -->
       <dependency>
         <groupId>${project.groupId}</groupId>
         <artifactId>vpnservice-features</artifactId>