From 8534756d13531ffec9c2d7b2ffe0a53ee1d3aaef Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 10 Feb 2022 12:06:25 +0000 Subject: Collapse apex-pdp maven model submodules This review collapses all the code in six podel submodules into a single model module. There are no code changes, just files moved around. This change reduces the complexity of the code structure and speeds up the build. Issue-ID: POLICY-1820 Change-Id: Ifb644e8ec85ae6d0987378f4616fbc8a8858a9a8 Signed-off-by: liamfallon --- model/basic-model/pom.xml | 83 ----------------------------------------------- 1 file changed, 83 deletions(-) delete mode 100644 model/basic-model/pom.xml (limited to 'model/basic-model/pom.xml') diff --git a/model/basic-model/pom.xml b/model/basic-model/pom.xml deleted file mode 100644 index 45d9978cf..000000000 --- a/model/basic-model/pom.xml +++ /dev/null @@ -1,83 +0,0 @@ - - - - 4.0.0 - - - org.onap.policy.apex-pdp.model - model - 2.7.1-SNAPSHOT - - - basic-model - ${project.artifactId} - Basic Models used and model handling in Apex - - - **/package-info.java, - **/TestApexModel.java, - **/TestApexModelCreator.java - - - - - - org.onap.policy.common - utils - - - javax.xml.bind - jaxb-api - - - - - org.onap.policy.apex-pdp.model - utilities - ${project.version} - - - javax.xml.bind - jaxb-api - ${version.javax.bind} - - - org.glassfish.jaxb - jaxb-runtime - ${version.javax.bind} - - - org.glassfish - javax.json - ${version.javax.json} - - - javax.json - javax.json-api - ${version.javax.json} - - - org.mockito - mockito-all - test - - - \ No newline at end of file -- cgit 1.2.3-korg