aboutsummaryrefslogtreecommitdiffstats
path: root/appc-config/appc-flow-controller/installer
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2018-08-10 15:30:58 -0700
committerPatrick Brady <pb071s@att.com>2018-08-14 00:24:49 +0000
commitb49dd1212bb14a47799b847f49e31de0695dcfe5 (patch)
tree5793bc7f8e5f436018075a6c26fd98d2e7d7ebb9 /appc-config/appc-flow-controller/installer
parentd3ef54773c1fcda598e7f67110233f735e097da9 (diff)
Karaf 4 for appc-config
Change-Id: I3059bf9bca4320d29432b749df6c55aecbdb22e9 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1144
Diffstat (limited to 'appc-config/appc-flow-controller/installer')
-rw-r--r--appc-config/appc-flow-controller/installer/pom.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/appc-config/appc-flow-controller/installer/pom.xml b/appc-config/appc-flow-controller/installer/pom.xml
index dca7249bb..e88925e41 100644
--- a/appc-config/appc-flow-controller/installer/pom.xml
+++ b/appc-config/appc-flow-controller/installer/pom.xml
@@ -22,10 +22,12 @@
<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.appc</groupId>
- <artifactId>appc-config-flow-controller</artifactId>
+ <groupId>org.onap.appc.parent</groupId>
+ <artifactId>odlparent-lite</artifactId>
<version>1.4.0-SNAPSHOT</version>
+ <relativePath />
</parent>
+ <groupId>org.onap.appc</groupId>
<artifactId>appc-config-flow-controller-installer</artifactId>
<name>Config Component Params - Installer</name>
@@ -33,14 +35,15 @@
<properties>
<application.name>appc-config-flow-controller</application.name>
<features.boot>appc-config-flow-controller</features.boot>
- <features.repositories>mvn:org.onap.appc/appc-config-flow-controller-features/${project.version}/xml/features</features.repositories>
+ <features.repositories>mvn:org.onap.appc/onap-appc-config-flow-controller/${project.version}/xml/features</features.repositories>
<include.transitive.dependencies>false</include.transitive.dependencies>
</properties>
<dependencies>
<dependency>
<groupId>org.onap.appc</groupId>
- <artifactId>appc-config-flow-controller-features</artifactId>
+ <artifactId>onap-appc-config-flow-controller</artifactId>
<classifier>features</classifier>
+ <version>${project.version}</version>
<type>xml</type>
<exclusions>
<exclusion>