aboutsummaryrefslogtreecommitdiffstats
path: root/appc-dispatcher/appc-request-handler/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appc-dispatcher/appc-request-handler/pom.xml')
-rw-r--r--appc-dispatcher/appc-request-handler/pom.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/appc-dispatcher/appc-request-handler/pom.xml b/appc-dispatcher/appc-request-handler/pom.xml
index 05c5c4189..0579ef27c 100644
--- a/appc-dispatcher/appc-request-handler/pom.xml
+++ b/appc-dispatcher/appc-request-handler/pom.xml
@@ -26,9 +26,10 @@
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.appc</groupId>
- <artifactId>appc-dispatcher</artifactId>
+ <groupId>org.onap.appc.parent</groupId>
+ <artifactId>odlparent-lite</artifactId>
<version>1.4.0-SNAPSHOT</version>
+ <relativePath />
</parent>
<artifactId>appc-request-handler</artifactId>
@@ -46,4 +47,5 @@
<module>appc-request-handler-features</module>
</modules>
+ <groupId>org.onap.appc</groupId>
</project>