diff options
author | Hengye <yehui.wang@est.tech> | 2020-02-25 09:15:58 +0800 |
---|---|---|
committer | Hengye <yehui.wang@est.tech> | 2020-03-03 09:26:05 +0800 |
commit | 7fa12fdd8d4428a8b21ad143943858a1ca2e0e27 (patch) | |
tree | 770f902b866e426776a5b450c431ae1799c48a7f /pom.xml | |
parent | fd7eb2d478674ae0922abee899d784441c7f3487 (diff) |
Create PDP Monitoring GUI Model
Monitorning GUI to monitor PDPs Statistics, including
Web and Rest Server by embeded jetty.
Issue-ID: POLICY-2311
Signed-off-by: Hengye <yehui.wang@est.tech>
Change-Id: I9bd0d50eaa7ae4dbd07d17389da2cf107e854c61
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -3,6 +3,7 @@ ONAP Policy GUI ================================================================================ Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 2020 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -39,11 +40,23 @@ <description>Code for all the Policy GUI's.</description> <properties> + <policy.common.version>1.6.2-SNAPSHOT</policy.common.version> + <policy.models.version>2.2.1-SNAPSHOT</policy.models.version> </properties> <modules> + <module>gui-common</module> + <module>gui-pdp-monitoring</module> </modules> + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + </dependencies> + <distributionManagement> <site> <id>ecomp-site</id> |