diff options
author | brunomilitzer <bruno.militzer@est.tech> | 2021-05-10 16:51:15 +0100 |
---|---|---|
committer | Bruno Militzer <bruno.militzer@est.tech> | 2021-05-12 09:02:31 +0000 |
commit | d5fd11791258daf21aaececa50f94cb9c22ae35d (patch) | |
tree | afaa48c63a3cc9e5c49947512a490012e2378d7b /pom.xml | |
parent | bb9489515b7a4bcbfc3e28407ec5f4f1fc4df6bb (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.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |