diff options
author | 2018-08-08 10:25:15 -0700 | |
---|---|---|
committer | 2018-08-13 22:02:26 +0000 | |
commit | 606d4e7599bb9df1c4d13b4f8ff2c8df1e151c94 (patch) | |
tree | 7b32ce71d481b775755dba46ab7ca845f94f47dc /appc-dispatcher/appc-request-handler/pom.xml | |
parent | b4e7e11ec4cd69495413714fd1eaa09e49fac334 (diff) |
Upgrade appc-dispatcher features to karaf4
Change-Id: I9d2ea6e968a214f0b141d7a3fad7e09dd07eb6d3
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1136
Diffstat (limited to 'appc-dispatcher/appc-request-handler/pom.xml')
-rw-r--r-- | appc-dispatcher/appc-request-handler/pom.xml | 6 |
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> |