diff options
Diffstat (limited to 'applications/monitoring/pom.xml')
-rw-r--r-- | applications/monitoring/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/applications/monitoring/pom.xml b/applications/monitoring/pom.xml index b02a0609..b3b423b2 100644 --- a/applications/monitoring/pom.xml +++ b/applications/monitoring/pom.xml @@ -3,7 +3,7 @@ ONAP Policy Engine - XACML PDP ================================================================================ Copyright (C) 2019-2021 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2023 Nordix Foundation. + Modifications Copyright (C) 2023-2024 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -45,6 +45,11 @@ <version>${project.version}</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.onap.policy.common</groupId> + <artifactId>utils</artifactId> + <version>${policy.common.version}</version> + </dependency> </dependencies> </project> |