From 8e9c0653dd6c6862123c9609ae34e1206d86456e Mon Sep 17 00:00:00 2001 From: talig Date: Wed, 20 Dec 2017 14:30:43 +0200 Subject: Add collaboration feature Issue-ID: SDC-767 Change-Id: I14fb4c1f54086ed03a56a7ff7fab9ecd40381795 Signed-off-by: talig --- .../openecomp-sdc-notification-worker/pom.xml | 73 ++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml (limited to 'openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml') diff --git a/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml b/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml new file mode 100644 index 0000000000..fb55d28017 --- /dev/null +++ b/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml @@ -0,0 +1,73 @@ + + 4.0.0 + + openecomp-sdc-notification-worker + openecomp-sdc-notification-worker + + + org.openecomp.sdc + openecomp-sdc-lib + 1.2.0-SNAPSHOT + ../.. + + + + + org.openecomp.sdc.core + openecomp-utilities-lib + ${project.version} + + + org.codehaus.jackson + jackson-jaxrs + ${org.codehaus.jackson.version} + + + org.codehaus.jackson + jackson-core-asl + ${org.codehaus.jackson.version} + + + org.springframework + spring-websocket + 4.3.4.RELEASE + + + com.google.code.gson + gson + 2.3.1 + + + com.googlecode.json-simple + json-simple + 1.1 + + + org.apache.httpcomponents + httpclient + 4.4.1 + provided + + + org.apache.httpcomponents + httpcore + 4.4.1 + provided + + + com.datastax.cassandra + cassandra-driver-core + 2.0.1 + test + + + junit + junit + test + ${junit.version} + + + + -- cgit 1.2.3-korg