diff options
author | Patrick Brady <pb071s@att.com> | 2018-08-09 13:43:54 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-08-14 00:00:43 +0000 |
commit | 85aedb5070d2ab5e198dbaba2115ed883b785a91 (patch) | |
tree | 3a794f554c00a43620dfa23c84405bba969e742b /appc-oam/appc-oam-installer | |
parent | cfca049dc256437c083c0b6723c1936b24c70e60 (diff) |
Karaf 4 for appc-oam
Change-Id: Id729265145dc4996a2a3ccb2457d66b7a8f2d6bd
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1139
Diffstat (limited to 'appc-oam/appc-oam-installer')
-rw-r--r-- | appc-oam/appc-oam-installer/pom.xml | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/appc-oam/appc-oam-installer/pom.xml b/appc-oam/appc-oam-installer/pom.xml index 19856db83..443957206 100644 --- a/appc-oam/appc-oam-installer/pom.xml +++ b/appc-oam/appc-oam-installer/pom.xml @@ -23,11 +23,13 @@ --> <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> - <artifactId>appc-oam</artifactId> - <groupId>org.onap.appc</groupId> - <version>1.4.0-SNAPSHOT</version> - </parent> + <parent> + <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-oam-installer</artifactId> <name>APPC OAM - Karaf Installer</name> @@ -36,15 +38,16 @@ <properties> <application.name>appc-oam</application.name> <features.boot>appc-oam</features.boot> - <features.repositories>mvn:org.onap.appc/appc-oam-features/${project.version}/xml/features</features.repositories> + <features.repositories>mvn:org.onap.appc/onap-appc-oam/${project.version}/xml/features</features.repositories> <include.transitive.dependencies>false</include.transitive.dependencies> + <feature-name>appc-oam</feature-name> </properties> <dependencies> <dependency> <groupId>org.onap.appc</groupId> - <artifactId>appc-oam-features</artifactId> + <artifactId>onap-appc-oam</artifactId> <version>${project.version}</version> <classifier>features</classifier> <type>xml</type> |