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-bundle/pom.xml | |
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-bundle/pom.xml')
-rw-r--r-- | appc-oam/appc-oam-bundle/pom.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/appc-oam/appc-oam-bundle/pom.xml b/appc-oam/appc-oam-bundle/pom.xml index f2bf9107e..5a91f4432 100644 --- a/appc-oam/appc-oam-bundle/pom.xml +++ b/appc-oam/appc-oam-bundle/pom.xml @@ -26,11 +26,13 @@ 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> + <parent> + <groupId>org.onap.appc.parent</groupId> + <artifactId>binding-parent</artifactId> + <version>1.4.0-SNAPSHOT</version> + <relativePath /> + </parent> <groupId>org.onap.appc</groupId> - <version>1.4.0-SNAPSHOT</version> - </parent> <artifactId>appc-oam-bundle</artifactId> <name>APPC OAM - Bundle</name> <packaging>bundle</packaging> @@ -167,7 +169,7 @@ <dependencies> <dependency> <groupId>org.onap.appc</groupId> - <artifactId>appc-common</artifactId> + <artifactId>appc-common-bundle</artifactId> <version>${project.version}</version> </dependency> <dependency> |