aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-03-10 16:24:21 +0000
committerliamfallon <liam.fallon@est.tech>2022-03-10 16:28:35 +0000
commitdbd61a3f9b068505b090c977125b4bb0c10a6731 (patch)
treee2f9ff9fe78772617cf7c3c15a6c1ff4af76decd
parentf0fd964e343fe5a9cc2044d417fadf6cdd1ef0d1 (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>
-rw-r--r--context/context-management/pom.xml6
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>