Fix sdnr wt apigateway build problem 56/76356/1
authorHerbert Eiselt <herbert.eiselt@highstreet-technologies.com>
Fri, 25 Jan 2019 16:05:00 +0000 (17:05 +0100)
committerHerbert Eiselt <herbert.eiselt@highstreet-technologies.com>
Fri, 25 Jan 2019 16:06:03 +0000 (17:06 +0100)
Parent added in to sdnr wt pom to fix Deployment failed problem

Change-Id: If4e48064ee7bf46df3adac53b7b4e7ac01add822
Issue-ID: SDNC-615
Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com>
sdnr/wt/pom.xml

index 8da991b..f616f9a 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.parent</groupId>
+                <artifactId>odlparent-lite</artifactId>
+                <version>1.2.1-SNAPSHOT</version>
+                <relativePath/>
+        </parent>
+
     <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
     <artifactId>sdnr-wt</artifactId>
     <version>0.4.1-SNAPSHOT</version>