From d48fd41c995cca495a945da4c183a70bff765dea Mon Sep 17 00:00:00 2001 From: ramverma Date: Mon, 11 Jun 2018 11:27:47 +0100 Subject: Adding plugin-executor module to apex-pdp Change-Id: I711eaaff3707aa6398c26f1a124fedeb1d0e11f4 Issue-ID: POLICY-862 Signed-off-by: ramverma --- .../plugins-executor-javascript/pom.xml | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 plugins/plugins-executor/plugins-executor-javascript/pom.xml (limited to 'plugins/plugins-executor/plugins-executor-javascript/pom.xml') diff --git a/plugins/plugins-executor/plugins-executor-javascript/pom.xml b/plugins/plugins-executor/plugins-executor-javascript/pom.xml new file mode 100644 index 000000000..51297018a --- /dev/null +++ b/plugins/plugins-executor/plugins-executor-javascript/pom.xml @@ -0,0 +1,36 @@ + + + 4.0.0 + + org.onap.policy.apex-pdp.plugins.plugins-executor + plugins-executor + 2.0.0-SNAPSHOT + + + plugins-executor-javascript + ${project.artifactId} + [${project.parent.artifactId}] Plugin for execution of Javascript logic in Apex + + + ${project.basedir}/src + + \ No newline at end of file -- cgit 1.2.3-korg