diff options
-rw-r--r-- | model/pom.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/model/pom.xml b/model/pom.xml index 215433f6..e09c49b8 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -1,6 +1,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. + Modifications Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -31,9 +32,9 @@ <dependencies> <dependency> - <groupId>org.onap.policy.common</groupId> - <artifactId>utils</artifactId> - <version>${policy.common.version}</version> + <groupId>com.openpojo</groupId> + <artifactId>openpojo</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>org.onap.policy.models</groupId> |