From d5fd11791258daf21aaececa50f94cb9c22ae35d Mon Sep 17 00:00:00 2001 From: brunomilitzer Date: Mon, 10 May 2021 16:51:15 +0100 Subject: Create module to hold CLAMP client code Issue-ID: POLICY-3218 Change-Id: Icc74332c71b69a059178985b5b63b3bfff7ff956 Signed-off-by: brunomilitzer --- gui-clamp/pom.xml | 33 +++++++++++++++++++++++++++++++++ pom.xml | 3 ++- 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 gui-clamp/pom.xml diff --git a/gui-clamp/pom.xml b/gui-clamp/pom.xml new file mode 100644 index 0000000..44d2028 --- /dev/null +++ b/gui-clamp/pom.xml @@ -0,0 +1,33 @@ + + + 4.0.0 + + org.onap.policy.gui + policy-gui + 2.1.0-SNAPSHOT + + + gui-clamp + pom + ${project.artifactId} + This module contains the implementation code for the CLAMP GUIs in the Policy Framework + diff --git a/pom.xml b/pom.xml index d6c31c1..439f018 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ ONAP Policy GUI ================================================================================ Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2020 Nordix Foundation. + Modifications Copyright (C) 2020-2021 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -50,6 +50,7 @@ gui-common gui-pdp-monitoring gui-editors + gui-clamp -- cgit 1.2.3-korg