diff options
author | liamfallon <liam.fallon@est.tech> | 2020-08-17 13:49:06 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2020-08-17 13:49:11 +0100 |
commit | 8f2301aba41bf1ccaf661e8eb4929b077d6517f3 (patch) | |
tree | 41a12c714ad1bf28833cf7cc7f9403fcfaf7eff9 /client/client-full/pom.xml | |
parent | 1798f96670cc2d182628332ffec5e012816c82ea (diff) |
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 <liam.fallon@est.tech>
Diffstat (limited to 'client/client-full/pom.xml')
-rw-r--r-- | client/client-full/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/client/client-full/pom.xml b/client/client-full/pom.xml index 0f3842769..2bd8e1476 100644 --- a/client/client-full/pom.xml +++ b/client/client-full/pom.xml @@ -35,11 +35,6 @@ <dependencies> <dependency> <groupId>org.onap.policy.apex-pdp.client</groupId> - <artifactId>apex-client-editor</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.onap.policy.apex-pdp.client</groupId> <artifactId>apex-client-monitoring</artifactId> <version>${project.version}</version> </dependency> |