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 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 gui-clamp/pom.xml (limited to '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 + -- cgit 1.2.3-korg