From d4dd779aa66be0e046ecb1938fb532312cfe7680 Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Mon, 20 Jul 2020 17:48:48 +0100 Subject: Upload policy feature Implements an upload feature that can be enable/disabled through configuration properties. An upload endpoint must be provided also by configuration. The upload has similar feature as the download, but it sends the file to the provided endpoint instead, converting it to TOSCA YAML. Creates an configuration endpoint so the front-end can read it. Introduces a pub/sub feature in the front-end so it can asynchronous read configuration information and send configuration ready message to components that depends on it. Issue-ID: POLICY-2751 Signed-off-by: andre.schmid Change-Id: I5e8e91616a7d4dc69e6739604fcd36528cce0028 --- gui-editors/gui-editor-apex/pom.xml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 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 a065411..c209f99 100644 --- a/gui-editors/gui-editor-apex/pom.xml +++ b/gui-editors/gui-editor-apex/pom.xml @@ -93,11 +93,6 @@ commons-cli commons-cli - - junit - junit - test - org.onap.policy.apex-pdp.client apex-client-common @@ -106,6 +101,20 @@ zip provided + + org.glassfish.jersey.media + jersey-media-multipart + ${version.jersey} + + + org.mockito + mockito-core + test + + + commons-io + commons-io + -- cgit 1.2.3-korg