From a94302f0e4af0d6136d1c694cfae12abc175dc55 Mon Sep 17 00:00:00 2001 From: eikrwaq Date: Wed, 23 May 2018 14:08:29 +0100 Subject: Adding apex utiliites and basic-model module Change-Id: Ib72677912eb5ac4b872e555f24570c86a627802f Issue-ID: POLICY-855 Signed-off-by: waqas.ikram --- model/pom.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 model/pom.xml (limited to 'model/pom.xml') diff --git a/model/pom.xml b/model/pom.xml new file mode 100644 index 000000000..1345ca339 --- /dev/null +++ b/model/pom.xml @@ -0,0 +1,40 @@ + + + 4.0.0 + + org.onap.policy.apex.apex-pdp + apex-pdp + 2.0.0-SNAPSHOT + + + org.onap.policy.apex.apex-pdp.model + model + pom + + ${project.artifactId} + The model for Apex, it comtains definitions of all Apex concepts and also has handling for Apex models. + + + utiliites + basic-model + + \ No newline at end of file -- cgit 1.2.3-korg