Add oparent pom to TCA for Sonar 59/11759/1
authoran4828 <nekrassov@att.com>
Mon, 11 Sep 2017 21:08:41 +0000 (17:08 -0400)
committeran4828 <nekrassov@att.com>
Mon, 11 Sep 2017 21:08:54 +0000 (17:08 -0400)
Change-Id: Ib5193b865ff3f342660a8acf80e3be61672aa863
Signed-off-by: an4828 <nekrassov@att.com>
Issue-ID: DCAEGEN2-65

pom.xml

diff --git a/pom.xml b/pom.xml
index ca34706..46f2660 100644 (file)
--- a/pom.xml
+++ b/pom.xml
          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.oparent</groupId>
+               <artifactId>oparent</artifactId>
+               <version>1.0.0-SNAPSHOT</version>
+       </parent>
 
     <groupId>org.onap.dcaegen2.analytics.tca</groupId>
     <artifactId>dcae-analytics</artifactId>