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