From 10d58cde1f75ea0ddf0cdc0746d858e0a077980d Mon Sep 17 00:00:00 2001 From: ramverma Date: Tue, 29 May 2018 15:25:49 +0100 Subject: Adding apex context module Change-Id: I1284c2ba4c41a9cf721e141e096d1021be599a2d Issue-ID: POLICY-857 Signed-off-by: ramverma --- context/pom.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 context/pom.xml (limited to 'context/pom.xml') diff --git a/context/pom.xml b/context/pom.xml new file mode 100644 index 000000000..dad850230 --- /dev/null +++ b/context/pom.xml @@ -0,0 +1,40 @@ + + + 4.0.0 + + org.onap.policy.apex-pdp + apex-pdp + 2.0.0-SNAPSHOT + + + org.onap.policy.apex-pdp.context + context + pom + + ${project.artifactId} + The context handling framework of Apex. + + + context-management + context-test + + \ No newline at end of file -- cgit 1.2.3-korg