diff options
Diffstat (limited to 'testsuites/integration/integration-common/pom.xml')
-rw-r--r-- | testsuites/integration/integration-common/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/integration/integration-common/pom.xml b/testsuites/integration/integration-common/pom.xml index 54736f8b1..e9972bf14 100644 --- a/testsuites/integration/integration-common/pom.xml +++ b/testsuites/integration/integration-common/pom.xml @@ -1,7 +1,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. - Modifications Copyright (C) 2020 Nordix Foundation. + Modifications Copyright (C) 2020,2022 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,7 +45,7 @@ </dependency> <dependency> <groupId>org.onap.policy.apex-pdp.core</groupId> - <artifactId>core-engine</artifactId> + <artifactId>core</artifactId> <version>${project.version}</version> </dependency> </dependencies> |