From 2e1da7176952e013276ef29638a313f3a1b49c00 Mon Sep 17 00:00:00 2001 From: ramverma Date: Tue, 12 Jun 2018 14:27:19 +0100 Subject: Adding plugin-persistence module to apex-pdp Change-Id: I68e16b1aad6e7b943439c207816479d151f672fb Issue-ID: POLICY-862 Signed-off-by: ramverma --- plugins/plugins-persistence/pom.xml | 47 +++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 plugins/plugins-persistence/pom.xml (limited to 'plugins/plugins-persistence/pom.xml') diff --git a/plugins/plugins-persistence/pom.xml b/plugins/plugins-persistence/pom.xml new file mode 100644 index 000000000..aeae86a8a --- /dev/null +++ b/plugins/plugins-persistence/pom.xml @@ -0,0 +1,47 @@ + + + 4.0.0 + + org.onap.policy.apex-pdp.plugins + plugins + 2.0.0-SNAPSHOT + + + org.onap.policy.apex-pdp.plugins.plugins-persistence + plugins-persistence + pom + + ${project.artifactId} + Plugins for 3pps that implement persistence + + + + org.postgresql + postgresql + 42.0.0 + test + + + + plugins-persistence-jpa + + \ No newline at end of file -- cgit 1.2.3-korg