diff options
Diffstat (limited to 'models-pap/pom.xml')
-rw-r--r-- | models-pap/pom.xml | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/models-pap/pom.xml b/models-pap/pom.xml index d2198cd34..0cfe7e674 100644 --- a/models-pap/pom.xml +++ b/models-pap/pom.xml @@ -1,6 +1,6 @@ <!-- ============LICENSE_START======================================================= - Copyright (C) 2019-2021, 2023 Nordix Foundation. + Copyright (C) 2019-2021, 2023-2024 Nordix Foundation. Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -37,6 +37,7 @@ <groupId>org.onap.policy.models</groupId> <artifactId>policy-models-pdp</artifactId> <version>${project.version}</version> + <scope>test</scope> </dependency> <dependency> <groupId>org.onap.policy.models</groupId> @@ -45,17 +46,28 @@ </dependency> <dependency> <groupId>org.onap.policy.models</groupId> - <artifactId>policy-models-dao</artifactId> + <artifactId>policy-models-tosca</artifactId> <version>${project.version}</version> </dependency> <dependency> + <groupId>org.onap.policy.common</groupId> + <artifactId>utils-test</artifactId> + <version>${policy.common.version}</version> + <scope>test</scope> + </dependency> + <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>org.awaitility</groupId> - <artifactId>awaitility</artifactId> + <groupId>org.assertj</groupId> + <artifactId>assertj-core</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>com.openpojo</groupId> + <artifactId>openpojo</artifactId> <scope>test</scope> </dependency> </dependencies> |