diff options
author | liamfallon <liam.fallon@est.tech> | 2020-07-16 10:24:08 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2020-07-17 14:46:26 +0100 |
commit | 2de08a64e959788f288d82cd4410fee9424a11bc (patch) | |
tree | 93d90b4de43e6e52c7059e842cf8c5ba4d10ecca /gui-pdp-monitoring/pom.xml | |
parent | ee41415476b6ea1775a2f689eecb8713abf81f0c (diff) |
Move apex policy editor to policy-gui
This review moves the code for the apex policy editor from the apex repo
to the GUI repo.
The docker part of the build will be moved in the next review because it
is intertwined with the other two legacy apex GUIs and needs to be
disentangled.
Subsequent reviews on the apex repo will remove this code from there.
Issue-ID: POLICY-2621
Change-Id: Ib9a43f463b839201656208a48ab48869a19f963a
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'gui-pdp-monitoring/pom.xml')
-rw-r--r-- | gui-pdp-monitoring/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gui-pdp-monitoring/pom.xml b/gui-pdp-monitoring/pom.xml index 1686c8a..08a25ca 100644 --- a/gui-pdp-monitoring/pom.xml +++ b/gui-pdp-monitoring/pom.xml @@ -28,7 +28,7 @@ <artifactId>gui-pdp-monitoring</artifactId> <name>${project.artifactId}</name> - <description>GUI for monitoring Pdps Statistics</description> + <description>GUI for monitoring PDP Statistics</description> <properties> <webapp.dir>src/webapp</webapp.dir> @@ -39,7 +39,6 @@ <dependency> <groupId>org.onap.policy.common</groupId> <artifactId>policy-endpoints</artifactId> - <version>${policy.common.version}</version> </dependency> <dependency> <groupId>org.onap.policy.common</groupId> |