Remove unnecesary declaration of <prerequisites> 52/15552/1
authorLorand Jakab <lojakab@cisco.com>
Fri, 20 Feb 2015 13:12:08 +0000 (15:12 +0200)
committerLorand Jakab <lojakab@cisco.com>
Fri, 20 Feb 2015 13:12:08 +0000 (15:12 +0200)
Using the <prerequisites> configuration in POM files is deprecated and
odlparent enforces Maven version using the maven-enforcer-plugin.

See:
http://jira.codehaus.org/browse/MNG-5297
http://jira.codehaus.org/browse/MNG-4840

Change-Id: I138df3c2b03fb8f0f88e7c559098c665b111ba7a
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
distribution-karaf/pom.xml
mappingservice/config/pom.xml

index 59e6ccd842d0b6be493cde7a654dd7043f392c14..457e2e2e3c4aa9f2c0f542452e256379e4abbcda 100644 (file)
@@ -18,9 +18,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>distribution-karaf</artifactId>
   <version>1.2.0-SNAPSHOT</version>
   <name>LISP Flow Mapping Project - Karaf Distribution</name>
-  <prerequisites>
-    <maven>3.1.1</maven>
-  </prerequisites>
   <properties>
     <karaf.localFeature>odl-lispflowmapping-all</karaf.localFeature>
   </properties>
index 013cb14a919bcb3f056b3eba2bb3baa7b8ebff2e..722f548d19bdce9dd410375818dab4148b6a2f5f 100644 (file)
@@ -9,9 +9,6 @@
   <artifactId>mappingservice.config</artifactId>
   <packaging>bundle</packaging>
   <name>LISP Flow Mapping Config Subsystem</name>
-  <prerequisites>
-    <maven>3.0.4</maven>
-  </prerequisites>
   <dependencies>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>