Remove bad dependeny in apex POM 66/127666/3
authorliamfallon <liam.fallon@est.tech>
Thu, 10 Mar 2022 16:24:21 +0000 (16:24 +0000)
committerliamfallon <liam.fallon@est.tech>
Thu, 10 Mar 2022 16:28:35 +0000 (16:28 +0000)
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>
context/context-management/pom.xml

index 0a026ea..014d3b8 100644 (file)
@@ -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.
             <artifactId>model</artifactId>
             <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>