From 697d02bf4e4188e3040cd987dee97d15f397a35f Mon Sep 17 00:00:00 2001 From: ramverma Date: Fri, 8 Jun 2018 11:56:21 +0100 Subject: Adding plugins-event module to apex-pdp Adding plugins-event module to apex-pdp Fix a minor bug in TextFileUtils Change-Id: I393c5f5809d078850d6669d22759ba9fa1b4f0e6 Issue-ID: POLICY-862 Signed-off-by: ramverma --- .../plugins-event-carrier-restrequestor/pom.xml | 67 ++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-restrequestor/pom.xml (limited to 'plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-restrequestor/pom.xml') diff --git a/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-restrequestor/pom.xml b/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-restrequestor/pom.xml new file mode 100644 index 000000000..8a5419334 --- /dev/null +++ b/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-restrequestor/pom.xml @@ -0,0 +1,67 @@ + + + 4.0.0 + + org.onap.policy.apex-pdp.plugins.plugins-event.plugins-event-carrier + plugins-event-carrier + 2.0.0-SNAPSHOT + + + plugins-event-carrier-restrequestor + ${project.artifactId} + [${project.parent.artifactId}] Plugin for handling REST requests and responses + + + ${project.basedir}/src + + + + + org.glassfish.jersey.core + jersey-client + ${version.jersey.core} + + + org.onap.policy.apex-pdp.services + services-engine + ${project.version} + + + org.glassfish.jersey.containers + jersey-container-grizzly2-http + ${version.grizzly2-http} + test + + + org.onap.policy.apex-pdp.plugins.plugins-executor + plugins-executor-mvel + ${project.version} + test + + + org.onap.policy.apex-pdp.context + context-test + ${project.version} + test + + + \ No newline at end of file -- cgit 1.2.3-korg