Remove unnecessary declaration of <prerequisites> in threadpool 33/14233/5
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 19 Jan 2015 03:48:52 +0000 (22:48 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 7 Feb 2015 02:47:11 +0000 (21:47 -0500)
Bug: 2605
Change-Id: I228eab8e1e90ff7867ac4b850dee7294679aab1b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
opendaylight/config/threadpool-config-api/pom.xml
opendaylight/config/threadpool-config-impl/pom.xml

index 5f0c941a19a7ed44ba89d792a9eb69ea0c1c68e9..9dc7bf59767d901556b0fc1e3a86d3b3282707c4 100644 (file)
@@ -11,9 +11,6 @@
   <artifactId>threadpool-config-api</artifactId>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
-  <prerequisites>
-    <maven>3.0.4</maven>
-  </prerequisites>
 
   <dependencies>
     <dependency>
index 2787b30df442d98ea0d2ae91aea4ab6eaada34fe..b875f5f3e4198f5d1dfe3b4ebe06c2cbca7d83ad 100644 (file)
@@ -11,9 +11,6 @@
   <artifactId>threadpool-config-impl</artifactId>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
-  <prerequisites>
-    <maven>3.0.4</maven>
-  </prerequisites>
 
   <dependencies>
     <dependency>