Inherit from oparent
authorGary Wu <gary.i.wu@huawei.com>
Mon, 22 Aug 2016 23:33:28 +0000 (16:33 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Wed, 24 Aug 2016 14:11:01 +0000 (14:11 +0000)
Change-Id: Ib62cf2ca10212f589ac097c66ef75c48773cdca7
Issue-id: INT-41
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
catalog-parent/catalogparent-lite/pom.xml

index 01c023d..ca5f062 100644 (file)
 
 -->
 <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">
-    <!--parent>
+    <parent>
         <groupId>org.openo.oparent</groupId>
         <artifactId>oparent</artifactId>
         <version>1.0.0-SNAPSHOT</version>
-    </parent-->
+        <relativePath></relativePath>
+    </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.openo.commontosca.catalog</groupId>