diff options
Diffstat (limited to 'policy-domains')
-rw-r--r-- | policy-domains/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/policy-domains/pom.xml b/policy-domains/pom.xml index 2667b714..36d6ba64 100644 --- a/policy-domains/pom.xml +++ b/policy-domains/pom.xml @@ -3,7 +3,7 @@ ONAP ================================================================================ Copyright (C) 2020 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. @@ -35,7 +35,6 @@ <description>domain policies</description> <dependencies> - <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> @@ -45,27 +44,28 @@ <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> </dependency> - <dependency> <groupId>com.openpojo</groupId> <artifactId>openpojo</artifactId> <scope>test</scope> </dependency> - <dependency> <groupId>org.onap.policy.common</groupId> <artifactId>utils</artifactId> <version>${policy.common.version}</version> <scope>test</scope> </dependency> - <dependency> <groupId>org.onap.policy.drools-pdp</groupId> <artifactId>policy-utils</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> - + <dependency> + <groupId>org.onap.policy.models</groupId> + <artifactId>policy-models-examples</artifactId> + <version>${policy.models.version}</version> + </dependency> </dependencies> </project> |