From 7e7c6a9cc77691b594c2964507a9423201568db3 Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Mon, 5 Nov 2018 14:52:36 +0100 Subject: [PATCH] pom.xml for camunda --- ...t_analysis.bpmn => sentiment-analysis.bpmn | 326 ++++++++++-------- sentiment-analysis/.gitignore | 2 + sentiment-analysis/pom.xml | 42 +++ 3 files changed, 229 insertions(+), 141 deletions(-) rename sentiment_analysis.bpmn => sentiment-analysis.bpmn (50%) create mode 100644 sentiment-analysis/.gitignore create mode 100644 sentiment-analysis/pom.xml diff --git a/sentiment_analysis.bpmn b/sentiment-analysis.bpmn similarity index 50% rename from sentiment_analysis.bpmn rename to sentiment-analysis.bpmn index a2124f4..9d95c89 100644 --- a/sentiment_analysis.bpmn +++ b/sentiment-analysis.bpmn @@ -1,199 +1,243 @@ - + + + + - - - DataObjectReference_1paeomp - - - - + + + Stage 2 + Task_05u1qwp + + + Task_1rt5mbt + Task_1n6iu8h + Task_1cfglzc + + + Task_1kanz3j + Task_0fs65yp + Task_1tosag4 + EndEvent_0bmuv13 + StartEvent_1t6nxib + ExclusiveGateway_0onybdl + + + + + + + + len(terms) == 0 + + + + SequenceFlow_0utq8ut + SequenceFlow_1a5mps5 + + + SequenceFlow_0azrswq + SequenceFlow_03ohp0o + + + SequenceFlow_0utq8ut + SequenceFlow_1xc6g12 + SequenceFlow_0azrswq + - SequenceFlow_10cbug8 - SequenceFlow_1mox1nd + SequenceFlow_10v2c9r SequenceFlow_1a5mps5 - + SequenceFlow_1gbx7mw + DataObjectReference_1paeomp - Property_1hi768f + Property_0qnzisj + - SequenceFlow_1mox1nd - SequenceFlow_1qc3fa8 - SequenceFlow_169jjtr + SequenceFlow_1gbx7mw + SequenceFlow_0azv06r + SequenceFlow_032ipyi + + SequenceFlow_1xc6g12 + SequenceFlow_0azv06r + SequenceFlow_0okj60f SequenceFlow_03ohp0o - + DataObjectReference_10ouwro - + DataObjectReference_10ouwro - + DataObjectReference_10ouwro - Property_15ubano + Property_00nk8ci - - - - - - - - - - - - SequenceFlow_0utq8ut - SequenceFlow_1a5mps5 - - - SequenceFlow_1xc6g12 - SequenceFlow_169jjtr - - - SequenceFlow_0azrswq - SequenceFlow_03ohp0o - - - SequenceFlow_0utq8ut - SequenceFlow_1xc6g12 - SequenceFlow_0azrswq - - - SequenceFlow_1qc3fa8 + + + + + + + + + DataObjectReference_1paeomp + + + + + + + + SequenceFlow_032ipyi SequenceFlow_0okj60f - SequenceFlow_10cbug8 - + SequenceFlow_10v2c9r + + All terms are analyzed - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - - - + + - - + + - - + + - - + + + + + - + - + - - + + + + + + + + + + - - + + - - - + + + + + + + + + + + + + + + + + + - - + + - - - + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + - + - - + + - - + + - - + + - - - - - + + - - + + + + + + + + + + + + + + + + + + + + diff --git a/sentiment-analysis/.gitignore b/sentiment-analysis/.gitignore new file mode 100644 index 0000000..ecc0147 --- /dev/null +++ b/sentiment-analysis/.gitignore @@ -0,0 +1,2 @@ +### ignore generated stuff ### +target/ diff --git a/sentiment-analysis/pom.xml b/sentiment-analysis/pom.xml new file mode 100644 index 0000000..0fe91f4 --- /dev/null +++ b/sentiment-analysis/pom.xml @@ -0,0 +1,42 @@ + + 4.0.0 + at.ac.tuwien.infosys.aic + sentiment-analysis + 0.0.1-SNAPSHOT + war + + + 7.9.0 + 1.6 + 1.6 + UTF-8 + false + + + + + + org.camunda.bpm + camunda-engine + ${camunda.version} + provided + + + + javax.servlet + javax.servlet-api + 3.0.1 + provided + + + + + + + camunda-bpm-nexus + camunda-bpm-nexus + https://app.camunda.com/nexus/content/groups/public + + + + -- 2.43.0