From 6a7b6c092c282884cf263315a4a4802242dcb2fc Mon Sep 17 00:00:00 2001 From: "Dunietz, Irwin" Date: Sun, 3 Mar 2019 12:20:53 -0500 Subject: Update appc-dispatcher for >1 ansible servers Change Transaction record update logic to handle null instance entry. Issue-ID: APPC-1516 Change-Id: Ia87e08fbb61d4d0be38802e3e81b45773b1d9498 Signed-off-by: Dunietz, Irwin --- .../appc-command-executor-api/pom.xml | 12 ++++++------ .../appc-command-executor-core/pom.xml | 17 +++++++++++------ 2 files changed, 17 insertions(+), 12 deletions(-) (limited to 'appc-dispatcher/appc-command-executor') 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 210fd0494..1d0343473 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,12 +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.parent - binding-parent - 1.5.0-SNAPSHOT - - + + org.onap.appc.parent + binding-parent + 1.5.0-SNAPSHOT + + appc-command-executor-api bundle diff --git a/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml b/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml index 4ffa0b8d5..40cbb3e3b 100644 --- a/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml +++ b/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml @@ -25,12 +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.parent - binding-parent - 1.5.0-SNAPSHOT - - + + org.onap.appc.parent + binding-parent + 1.5.0-SNAPSHOT + + appc-command-executor-core bundle @@ -77,6 +77,11 @@ appc-lifecycle-management-api ${project.version} + + org.mockito + mockito-core + test + org.onap.ccsdk.sli.adaptors aai-service-provider -- cgit 1.2.3-korg