BGPCEP-760: Fix Dead lock
[bgpcep.git] / features / pcep / odl-bgpcep-pcep-impl / pom.xml
index 28a9a3c13de21a5f3103594dbdf4e6d79c8e516c..4b27df7b25afaaa62d24d561b12309ca01d85332 100644 (file)
@@ -4,68 +4,26 @@
          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>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.9.0</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
-    
-    <groupId>org.opendaylight.bgpcep</groupId>
+
     <artifactId>odl-bgpcep-pcep-impl</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: PCEP :: Impl</name>
 
-    <dependencyManagement>
-        <dependencies>
-            <!-- ODL-BGP-ARTIFACTS -->
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>pcep-base-parser</artifactId>
-        </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>pcep-impl</artifactId>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>odl-bgpcep-pcep-dependencies</artifactId>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>odl-bgpcep-pcep-api</artifactId>
+            <artifactId>odl-bgpcep-pcep-base-parser</artifactId>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
     </dependencies>
-
-    <!--
-        Maven Site Configuration
-
-        The following configuration is necessary for maven-site-plugin to
-        correctly identify the correct deployment path for OpenDaylight Maven
-        sites.
-    -->
-    <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
-
-    <distributionManagement>
-        <site>
-            <id>opendaylight-site</id>
-            <url>${nexus.site.url}/${project.artifactId}/</url>
-        </site>
-    </distributionManagement>
 </project>