From 2d1528b34c45a650e2407bbc90737cc4ca6ec042 Mon Sep 17 00:00:00 2001 From: Andrew Gauld Date: Wed, 26 Feb 2020 15:48:32 +0000 Subject: Link DCAE MOD design tool to Acumos Adapter Add import item to global menu with choices of import models, component specs, and data formats. Add prefix to acumos adapter API for consistency with rest of DCAE MOD and to allow adding acumos adapter to k8s/rancher ingress or other reverse proxy mechanism so it can be accessed by browser javascript in the design tool. Remove dcae mod hostname mechanism for callbacks from browser javascript since browser security only allows javascript to call back to the originating host port. Clean up indentation only differences between original NiFi code and ONAP versions. Remove 3 ONAP java files that are now identical to original NiFi versions. Change-Id: I23bbd98d5b171d624ef35088cd821aff2918fc1b Issue-ID: DCAEGEN2-1860 Signed-off-by: Andrew Gauld --- mod/designtool/nifi-war-to-jar/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/designtool/nifi-war-to-jar') diff --git a/mod/designtool/nifi-war-to-jar/pom.xml b/mod/designtool/nifi-war-to-jar/pom.xml index 03a5074..9db8965 100644 --- a/mod/designtool/nifi-war-to-jar/pom.xml +++ b/mod/designtool/nifi-war-to-jar/pom.xml @@ -22,7 +22,7 @@ limitations under the License. org.onap.dcaegen2.platform.mod designtool - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT nifi-war-to-jar dcaegen2-platform-mod-designtool-nifi-web-api-war-to-jar -- cgit 1.2.3-korg