Remove unnecessary declaration of <prerequisites> in netty 34/14234/5
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 19 Jan 2015 03:49:38 +0000 (22:49 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 7 Feb 2015 02:47:11 +0000 (21:47 -0500)
Bug: 2605
Change-Id: I3a62789b56a0d5f91e51fa2bc5bcc15e1220f1f4
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
opendaylight/config/netty-config-api/pom.xml
opendaylight/config/netty-event-executor-config/pom.xml
opendaylight/config/netty-threadgroup-config/pom.xml
opendaylight/config/netty-timer-config/pom.xml

index a5c0831fb82aa16ca7bdb8175a709b7690f8c110..2d8145723d1b51f5be061b9ce384d84bdf563b01 100644 (file)
@@ -11,9 +11,6 @@
   <artifactId>netty-config-api</artifactId>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <artifactId>netty-config-api</artifactId>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
-  <prerequisites>
-    <maven>3.0.4</maven>
-  </prerequisites>
 
   <dependencies>
     <dependency>
 
   <dependencies>
     <dependency>
index 6188aed898be9ade5430e01635b01291c6779072..31940b91fed2a5f59947a7a845950076e0ae6d0b 100644 (file)
@@ -12,9 +12,6 @@
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event executor</description>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event executor</description>
-  <prerequisites>
-    <maven>3.0.4</maven>
-  </prerequisites>
 
   <dependencies>
     <dependency>
 
   <dependencies>
     <dependency>
index 2f3d26dd2fe3a7379b1fb60422689229a3444c61..0f645015e1c453fc2e0527c962d62645f6ea6651 100644 (file)
@@ -14,9 +14,6 @@
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event group</description>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's event group</description>
-  <prerequisites>
-    <maven>3.0.4</maven>
-  </prerequisites>
 
   <dependencies>
     <dependency>
 
   <dependencies>
     <dependency>
index 75b4709da26349014ef4f83923bbcb909a2c8fb5..181c1d01513537f7ece1d9a5c868d47abfdfdc29 100644 (file)
@@ -12,9 +12,6 @@
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's timer</description>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's timer</description>
-  <prerequisites>
-    <maven>3.0.4</maven>
-  </prerequisites>
 
   <dependencies>
     <dependency>
 
   <dependencies>
     <dependency>