From db675a54e8e7bb3553e059d237774b4b737488f1 Mon Sep 17 00:00:00 2001 From: "Benjamin, Max (mb388a)" Date: Wed, 21 Mar 2018 14:16:56 -0400 Subject: added custom validators for use with openpojo Change-Id: I7c9fdeb6bccddb1b7ec6bf845351731c3043aafa Issue-ID: SO-510 Signed-off-by: Benjamin, Max (mb388a) --- bpmn/MSORESTClient/pom.xml | 82 +++++++++++++++++++++------------------------- 1 file changed, 37 insertions(+), 45 deletions(-) (limited to 'bpmn/MSORESTClient') diff --git a/bpmn/MSORESTClient/pom.xml b/bpmn/MSORESTClient/pom.xml index 9c5ce1487e..6f2f007e5f 100644 --- a/bpmn/MSORESTClient/pom.xml +++ b/bpmn/MSORESTClient/pom.xml @@ -1,45 +1,37 @@ - - - 4.0.0 - - - org.onap.so - bpmn - 1.2.0-SNAPSHOT - - - MSORESTClient - - jar - - MSO REST Client API - - - - org.apache.httpcomponents - httpmime - 4.5 - - - - org.mockito - mockito-all - 1.10.19 - test - - - - org.onap.so - common - ${project.version} - - - - MSORESTClient - - - - - - + + + 4.0.0 + + + org.onap.so + bpmn + 1.2.0-SNAPSHOT + + + MSORESTClient + + jar + + MSO REST Client API + + + + org.apache.httpcomponents + httpmime + 4.5 + + + org.onap.so + common + ${project.version} + + + + MSORESTClient + + + + + + -- cgit 1.2.3-korg