From 606d4e7599bb9df1c4d13b4f8ff2c8df1e151c94 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Wed, 8 Aug 2018 10:25:15 -0700 Subject: Upgrade appc-dispatcher features to karaf4 Change-Id: I9d2ea6e968a214f0b141d7a3fad7e09dd07eb6d3 Signed-off-by: Patrick Brady Issue-ID: APPC-1136 --- .../appc-command-executor-api/pom.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'appc-dispatcher/appc-command-executor/appc-command-executor-api') diff --git a/appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml b/appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml index c28d1d82a..0750979fc 100644 --- a/appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml +++ b/appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml @@ -25,11 +25,12 @@ 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"> 4.0.0 - - org.onap.appc - appc-command-executor - 1.4.0-SNAPSHOT - + + org.onap.appc.parent + binding-parent + 1.4.0-SNAPSHOT + + appc-command-executor-api bundle @@ -53,7 +54,7 @@ org.onap.appc - appc-common + appc-common-bundle ${project.version} compile @@ -88,4 +89,5 @@ + org.onap.appc -- cgit 1.2.3-korg