Remove unneeded dependencyManagement sections
[bgpcep.git] / rsvp / pom.xml
index ab3b6e9c35201c64af7fc6d4f913651b8adbd6d9..1763fcc435e24406df0f787ee5df86a8c46d98a8 100644 (file)
@@ -24,9 +24,6 @@
         <version>0.4.0-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
-    <prerequisites>
-        <maven>3.0.4</maven>
-    </prerequisites>
 
     <artifactId>rsvp-parent</artifactId>
     <description>RSVP-related components</description>
     <modules>
         <module>api</module>
     </modules>
-
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>rsvp-api</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
 </project>