From 8f2301aba41bf1ccaf661e8eb4929b077d6517f3 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Mon, 17 Aug 2020 13:49:06 +0100 Subject: Remove apex policy editor gui The apex policy editor has been moved to policy-gui. This review removes the code from the apex-pdp repo. Issue-ID: POLICY-2621 Change-Id: Ib5b90386d0da8af6eec8870fbcaf01b94975d5c6 Signed-off-by: liamfallon --- client/client-editor/pom.xml | 170 ------------------------------------------- 1 file changed, 170 deletions(-) delete mode 100644 client/client-editor/pom.xml (limited to 'client/client-editor/pom.xml') diff --git a/client/client-editor/pom.xml b/client/client-editor/pom.xml deleted file mode 100644 index 4a5dcb474..000000000 --- a/client/client-editor/pom.xml +++ /dev/null @@ -1,170 +0,0 @@ - - - 4.0.0 - - org.onap.policy.apex-pdp.client - apex-client - 2.4.1-SNAPSHOT - - - apex-client-editor - ${project.artifactId} - Web client for editing Apex policies - - - - org.onap.policy.common - policy-endpoints - - - org.onap.aaf.authz - aaf-cadi-aaf - - - com.att.nsa - cambriaClient - - - org.onap.dmaap.messagerouter.dmaapclient - dmaapClient - - - - - org.onap.policy.common - utils - - - com.worldturner.medeia - medeia-validator-gson - - - - - org.onap.policy.apex-pdp.model - model-api - ${project.version} - - - org.onap.policy.apex-pdp.core - core-infrastructure - ${project.version} - - - org.glassfish.jersey.containers - jersey-container-grizzly2-http - - - org.glassfish.jersey.media - jersey-media-moxy - - - org.eclipse.persistence - org.eclipse.persistence.moxy - - - - - org.glassfish.jersey.test-framework.providers - jersey-test-framework-provider-grizzly2 - test - - - commons-cli - commons-cli - - - junit - junit - test - - - org.onap.policy.apex-pdp.client - apex-client-common - ${project.version} - resources - zip - provided - - - - - - install - ${project.build.directory}/classes - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - unpack-shared-resources - - unpack-dependencies - - generate-resources - - ${project.build.directory}/classes/webapp - - apex-client-common - org.onap.policy.apex-pdp.client - true - true - jar - zip - - - - - - - org.apache.maven.plugins - maven-resources-plugin - - true - - - - org.apache.maven.plugins - maven-assembly-plugin - - - make shared resources - - single - - package - - - src/main/assembly/resources.xml - - - - - - - - -- cgit 1.2.3-korg