diff options
author | Patrick Brady <pb071s@att.com> | 2018-08-09 13:42:38 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-08-14 00:00:31 +0000 |
commit | cfca049dc256437c083c0b6723c1936b24c70e60 (patch) | |
tree | 88eeb97bf1d6df61e290b9528aaef09f177a0618 /appc-sdc-listener/appc-sdc-listener-bundle | |
parent | 3222908ff0b148698d23f5cb3e9402d7f1a662a2 (diff) |
Karaf 4 for appc-sdc-listener
Change-Id: If3dabdd96403d1d197b0ac021912a8cd2b8ce772
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1138
Diffstat (limited to 'appc-sdc-listener/appc-sdc-listener-bundle')
-rw-r--r-- | appc-sdc-listener/appc-sdc-listener-bundle/pom.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml b/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml index 63d6cd35d..587175801 100644 --- a/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml +++ b/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml @@ -24,10 +24,12 @@ limitations under the License. <parent> - <artifactId>appc-sdc-listener</artifactId> - <groupId>org.onap.appc</groupId> + <groupId>org.onap.appc.parent</groupId> + <artifactId>binding-parent</artifactId> <version>1.4.0-SNAPSHOT</version> + <relativePath /> </parent> + <groupId>org.onap.appc</groupId> <properties> <jackson-yaml-version>2.8.1</jackson-yaml-version> @@ -93,7 +95,7 @@ limitations under the License. <dependency> <groupId>org.onap.appc</groupId> - <artifactId>appc-common</artifactId> + <artifactId>appc-common-bundle</artifactId> <version>${project.version}</version> </dependency> |