summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorbrunomilitzer <bruno.militzer@est.tech>2021-05-10 16:51:15 +0100
committerBruno Militzer <bruno.militzer@est.tech>2021-05-12 09:02:31 +0000
commitd5fd11791258daf21aaececa50f94cb9c22ae35d (patch)
treeafaa48c63a3cc9e5c49947512a490012e2378d7b /pom.xml
parentbb9489515b7a4bcbfc3e28407ec5f4f1fc4df6bb (diff)
Create module to hold CLAMP client code
Issue-ID: POLICY-3218 Change-Id: Icc74332c71b69a059178985b5b63b3bfff7ff956 Signed-off-by: brunomilitzer <bruno.militzer@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
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 @@
<module>gui-common</module>
<module>gui-pdp-monitoring</module>
<module>gui-editors</module>
+ <module>gui-clamp</module>
</modules>
<dependencies>