Drop Maven prerequisite
[netvirt.git] / vpnservice / ipv6service / pom.xml
index cf7151b57d2b2ac4f09d14dc49f44254468bc7f3..6e8b451d576ac76f83c9fff136bc6285e0393a13 100644 (file)
@@ -6,13 +6,14 @@ This program and the accompanying materials are made available under the
 terms of the Eclipse Public License v1.0 which accompanies this distribution,
 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 -->
-<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">
+<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">
 
   <parent>
-      <groupId>org.opendaylight.odlparent</groupId>
-      <artifactId>odlparent</artifactId>
-      <version>1.8.0-SNAPSHOT</version>
-      <relativePath/>
+    <groupId>org.opendaylight.odlparent</groupId>
+    <artifactId>odlparent-lite</artifactId>
+    <version>1.8.0-SNAPSHOT</version>
+    <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.netvirt</groupId>
@@ -21,12 +22,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <name>ipv6service</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
-  <prerequisites>
-      <maven>3.1.1</maven>
-  </prerequisites>
   <modules>
-      <module>api</module>
-      <module>impl</module>
+    <module>api</module>
+    <module>impl</module>
   </modules>
 
   <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->