From 48c27336308516768b4d2244958e729d6d3c9802 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Thu, 8 Feb 2018 17:43:09 -0500 Subject: Move appc-artifact-handler in install order The artifact handler depends on exports by config params feature. Change-Id: I6bfd589541a195e55b14423db85675deebb2aaab Signed-off-by: Patrick Brady Issue-ID: APPC-587 --- installation/appc/src/main/scripts/installFeatures.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/appc/src/main/scripts/installFeatures.sh b/installation/appc/src/main/scripts/installFeatures.sh index 735123c..cd45824 100644 --- a/installation/appc/src/main/scripts/installFeatures.sh +++ b/installation/appc/src/main/scripts/installFeatures.sh @@ -58,12 +58,12 @@ APPC_FEATURES=" \ appc-sequence-generator \ appc-config-generator \ appc-config-data-services \ - appc-artifact-handler \ appc-config-adaptor \ appc-config-audit \ appc-config-encryption-tool \ appc-config-flow-controller \ appc-config-params \ + appc-artifact-handler \ appc-aai-client" # Temp fix to fix bouncycastle issue that is preventing netconf to work correctly -- cgit 1.2.3-korg