diff options
author | 2024-04-10 13:57:19 +0100 | |
---|---|---|
committer | 2024-04-10 13:57:44 +0100 | |
commit | d458ababc623efd5808eeba5aa5a2342600d8109 (patch) | |
tree | e2902f3013e2cd4e801d1ae06ce5a791c6fa4048 /applications/monitoring/pom.xml | |
parent | 63592f54ee2a40ba11f234cf75c32cc7c4d36453 (diff) |
Dependency management update
- including dependencies to pom.xml files only where they are used,
avoiding extra dependencies being added in all packages.
Issue-ID: POLICY-4945
Change-Id: Id2597c791b1965159694402d66d9da7303eadef2
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
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> |