aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-03-10 18:16:01 +0000
committerliamfallon <liam.fallon@est.tech>2022-03-10 18:16:08 +0000
commiteecbf269d528484d71d7532561b6f7b46ee6a2be (patch)
tree7e4236c7ba05701f8674f6be1dbc7849865468f3
parent1a01bae373034cf1d2cd7f7284c625f1512096fc (diff)
Remove bad dependency in apex POM
The Apex model modules were all collapsed into a single module in Jakarta. Issue-ID: POLICY-3982 Change-Id: Ibeebb7c89ca6057ce2f9333d14183e9da75e11a1 Signed-off-by: liamfallon <liam.fallon@est.tech>
-rw-r--r--testsuites/integration/integration-common/pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/testsuites/integration/integration-common/pom.xml b/testsuites/integration/integration-common/pom.xml
index e9972bf14..7d8761ec7 100644
--- a/testsuites/integration/integration-common/pom.xml
+++ b/testsuites/integration/integration-common/pom.xml
@@ -30,16 +30,6 @@
<dependencies>
<dependency>
<groupId>org.onap.policy.apex-pdp.model</groupId>
- <artifactId>context-model</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.onap.policy.apex-pdp.model</groupId>
- <artifactId>event-model</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.onap.policy.apex-pdp.model</groupId>
<artifactId>model</artifactId>
<version>${project.version}</version>
</dependency>