Add missing parent 47/95747/2
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Mon, 16 Sep 2019 15:28:10 +0000 (11:28 -0400)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Mon, 16 Sep 2019 15:37:49 +0000 (11:37 -0400)
Added missing parent tag to pom.xml to repair merge build.

Change-Id: I88fdf616c953ae10634f755953e0119ad1a120d9
Issue-ID: CCSDK-1730
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
components/model-catalog/proto-definition/pom.xml

index 8e378f1..9c6d802 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">
     <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.onap.ccsdk.cds</groupId>
+        <artifactId>parent</artifactId>
+        <version>0.7.0-SNAPSHOT</version>
+        <relativePath>../../../</relativePath>
+    </parent>
+
     <groupId>org.onap.ccsdk.cds.components</groupId>
     <artifactId>proto-definition</artifactId>
     <version>0.7.0-SNAPSHOT</version>