From 94ee92559b051f2f82ed681f841f4f13016842ed Mon Sep 17 00:00:00 2001 From: "Determe, Sebastien (sd378r)" Date: Tue, 2 May 2017 03:53:18 -0700 Subject: [MSO-8] Second step of the rebase for MSO Second rebase containing additional features for MSO + total reworking of the BPMN structure + Notification flow can now be added at the end of some BPMN flows Change-Id: I7e937c7a0ba1593ca85e164a093f79c7e38b6ce0 Signed-off-by: Determe, Sebastien (sd378r) --- status-control/pom.xml | 142 ++++++++++++++++++++++++------------------------- 1 file changed, 71 insertions(+), 71 deletions(-) (limited to 'status-control') diff --git a/status-control/pom.xml b/status-control/pom.xml index 3ed1d5178a..212d5ee2f6 100644 --- a/status-control/pom.xml +++ b/status-control/pom.xml @@ -1,73 +1,73 @@ - - - 4.0.0 - - org.openecomp - mso + + + 4.0.0 + + org.openecomp + mso 1.1.0-SNAPSHOT - - - org.openecomp.mso - status-control - MSO Status Control module - Contains classes to update and query the MSO status per site - - - - org.evosuite - evosuite-standalone-runtime - ${evosuiteVersion} - test - - - org.openecomp.mso - common - ${project.version} - - - org.openecomp.mso - mso-catalog-db - ${project.version} - - - org.openecomp.mso - mso-requests-db - ${project.version} - - - javax.servlet - javax.servlet-api - 3.1.0 - provided - - - org.jboss.resteasy - resteasy-jaxrs - 3.0.19.Final - provided - - - org.slf4j - slf4j-api - - - org.slf4j - slf4j-simple - - - org.apache.httpcomponents - httpclient - - - - - org.mockito - mockito-all - 1.10.19 - test - - - + + + org.openecomp.mso + status-control + MSO Status Control module + Contains classes to update and query the MSO status per site + + + + org.evosuite + evosuite-standalone-runtime + ${evosuiteVersion} + test + + + org.openecomp.mso + common + ${project.version} + + + org.openecomp.mso + mso-catalog-db + ${project.version} + + + org.openecomp.mso + mso-requests-db + ${project.version} + + + javax.servlet + javax.servlet-api + 3.1.0 + provided + + + org.jboss.resteasy + resteasy-jaxrs + 3.0.19.Final + provided + + + org.slf4j + slf4j-api + + + org.slf4j + slf4j-simple + + + org.apache.httpcomponents + httpclient + + + + + org.mockito + mockito-all + 1.10.19 + test + + + \ No newline at end of file -- cgit 1.2.3-korg