BGPCEP-763: Fix Pcep Deadlocked thread
[bgpcep.git] / rsvp / pom.xml
index b2323d3667c6ca7600c4792faf6d286423a5316e..fdcff8ed4b5f81767f08748992911274ed8f3f4c 100644 (file)
@@ -8,7 +8,8 @@
  and is available at http://www.eclipse.org/legal/epl-v10.html
 -->
 
-<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">
 
 
     <modelVersion>4.0.0</modelVersion>
         <tag>HEAD</tag>
     </scm>
     <parent>
-        <groupId>org.opendaylight.bgpcep</groupId>
-        <artifactId>commons.parent</artifactId>
-        <version>0.4.0-SNAPSHOT</version>
-        <relativePath>../commons/parent</relativePath>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>3.0.2</version>
+        <relativePath/>
     </parent>
-    <prerequisites>
-        <maven>3.0.4</maven>
-    </prerequisites>
 
+    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>rsvp-parent</artifactId>
-    <description>RSVP-related components</description>
+    <version>0.10.0-SNAPSHOT</version>
     <packaging>pom</packaging>
+    <description>RSVP-related components</description>
     <name>${project.artifactId}</name>
 
     <modules>
+        <module>rsvp-artifacts</module>
         <module>api</module>
+        <module>spi</module>
+        <module>impl</module>
     </modules>
-
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>rsvp-api</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
 </project>