From 9a9127b65920580de8b4a69479a9983481c8faf8 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 11 Sep 2020 14:28:32 +0100 Subject: Add TOSCA support to Apex editor The APEX editor now loads, saves, and downloads files in TOSCA format, the same as the apex-pdp does. The non-standard TOSCA handling for file upload has been refactored to be aligned with the Policy Frameowkr TOSCA support. Issue-ID: POLICY-2621 Change-Id: I1ec7475cbcc6ffc23de92687c9f284ac7dfbdd80 Signed-off-by: liamfallon --- gui-editors/gui-editor-apex/pom.xml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'gui-editors/gui-editor-apex/pom.xml') diff --git a/gui-editors/gui-editor-apex/pom.xml b/gui-editors/gui-editor-apex/pom.xml index 8c656d5..77ee266 100644 --- a/gui-editors/gui-editor-apex/pom.xml +++ b/gui-editors/gui-editor-apex/pom.xml @@ -69,6 +69,11 @@ + + org.onap.policy.models + policy-models-tosca + ${policy.models.version} + org.onap.policy.apex-pdp.model model-api @@ -97,6 +102,11 @@ commons-cli commons-cli + + org.apache.commons + commons-text + 1.9 + org.onap.policy.apex-pdp.client apex-client-common @@ -108,7 +118,6 @@ org.glassfish.jersey.media jersey-media-multipart - ${version.jersey} org.mockito @@ -296,9 +305,10 @@ - + implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" /> + org.onap.policy.gui.editors.apex.rest.ApexEditorMain -- cgit 1.2.3-korg