diff options
author | liamfallon <liam.fallon@est.tech> | 2022-03-10 16:24:21 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-03-10 16:28:35 +0000 |
commit | dbd61a3f9b068505b090c977125b4bb0c10a6731 (patch) | |
tree | e2f9ff9fe78772617cf7c3c15a6c1ff4af76decd /context | |
parent | f0fd964e343fe5a9cc2044d417fadf6cdd1ef0d1 (diff) |
Remove bad dependeny in apex POM
The apex models utils module has been collapsed in tho the apex models
module.
Issue-ID: POLICY-3982
Change-Id: I0563034c87d30d3b73af74647ba15f47aaf98cde
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'context')
-rw-r--r-- | context/context-management/pom.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/context/context-management/pom.xml b/context/context-management/pom.xml index 0a026eae0..014d3b8b0 100644 --- a/context/context-management/pom.xml +++ b/context/context-management/pom.xml @@ -1,6 +1,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. + Modifications Copyright (C) 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. @@ -40,11 +41,6 @@ <version>${project.version}</version> </dependency> <dependency> - <groupId>org.onap.policy.apex-pdp.model</groupId> - <artifactId>utilities</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> </dependency> |