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/MSOInfrastructureBPMN/pom.xml | 773 ++++++++++++++++++------------------- 1 file changed, 383 insertions(+), 390 deletions(-) (limited to 'bpmn/MSOInfrastructureBPMN') diff --git a/bpmn/MSOInfrastructureBPMN/pom.xml b/bpmn/MSOInfrastructureBPMN/pom.xml index f7cb61a512..0329f2883e 100644 --- a/bpmn/MSOInfrastructureBPMN/pom.xml +++ b/bpmn/MSOInfrastructureBPMN/pom.xml @@ -1,390 +1,383 @@ - - - org.onap.so - bpmn - 1.2.0-SNAPSHOT - - 4.0.0 - MSOInfrastructureBPMN - war - - - - - org.apache.maven.plugins - maven-war-plugin - 2.3 - - false - - - - org.apache.maven.plugins - maven-jar-plugin - 2.6 - - - default-jar - package - - jar - - - - org/openecomp/mso/bpmn/infrastructure/MSOInfrastructureApplication.class - - - - - - - - org.codehaus.mojo - build-helper-maven-plugin - 3.0.0 - - - - attach-artifact - - package - - - - ${project.build.directory}/${project.artifactId}-${project.version}.jar - jar - - - - - - - - org.apache.cxf - cxf-codegen-plugin - 2.5.2 - - - org.apache.maven.plugins - maven-eclipse-plugin - 2.8 - - - org.eclipse.jdt.groovy.core.groovyNature - - - **/*.groovy - - - - - maven-antrun-plugin - - - compile - compile - - - - - - - - - - - - - - run - - - - test-compile - test-compile - - - - - - - - - - - - - - run - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - maven-failsafe-plugin - 2.6 - - - - integration-test - verify - - - - - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - - org.apache.maven.plugins - - - maven-antrun-plugin - - - [1.3,) - - - run - - - - - - - - - - - - - - - - - - org.camunda.bpm - camunda-engine - compile - - - org.slf4j - slf4j-api - - - - - - - org.camunda.bpm - camunda-engine-cdi - - - com.google.guava - guava - 22.0 - - - - org.camunda.bpm.extension - camunda-bpm-assert - 1.2 - test - - - - - org.camunda.spin - camunda-spin-dataformat-all - compile - - - camunda-spin-dataformat-all - org.camunda.spin - compile - - - org.camunda.bpm - camunda-engine-plugin-spin - compile - - - - org.camunda.bpm - camunda-engine-plugin-connect - compile - - - - - org.webjars - bootstrap - 2.3.2 - - - - com.h2database - h2 - test - - - - com.fasterxml.uuid - java-uuid-generator - - - org.codehaus.groovy - groovy-all - - - org.apache.commons - commons-lang3 - 3.4 - - - org.onap.so - MSOCoreBPMN - ${project.version} - - - org.onap.so - MSOCommonBPMN - ${project.version} - - - org.onap.so - MSOCommonBPMN - ${project.version} - tests - test - - - - org.onap.so - MSOCoreBPMN - ${project.version} - tests - test - - - javax.ws.rs - javax.ws.rs-api - 2.0 - - - - org.springframework - spring-web - 4.3.2.RELEASE - - - org.onap.so - MSORESTClient - ${project.version} - - - - javax.servlet - javax.servlet-api - 3.0.1 - provided - - - - - org.camunda.bpm - camunda-engine-spring - - - org.springframework - spring-beans - 4.3.2.RELEASE - - - - org.camunda.bpm.workbench - camunda-workbench-dist-embeddable - 1.0.0-alpha8 - test - - - - org.onap.msb.java-sdk - msb-java-sdk - 1.0.0 - - - com.eclipsesource.jaxrs - jersey-all - - - - - - - org.eclipse.jetty - jetty-util - 9.4.8.v20171121 - - - - org.hibernate - hibernate-validator - 5.4.2.Final - - - - org.springframework - spring-test - 4.3.14.RELEASE - - - - com.googlecode.libphonenumber - libphonenumber - 8.9.1 - - - - junit - junit - 4.12 - test - - - - - - + + + org.onap.so + bpmn + 1.2.0-SNAPSHOT + + 4.0.0 + MSOInfrastructureBPMN + war + + + + + org.apache.maven.plugins + maven-war-plugin + 2.3 + + false + + + + org.apache.maven.plugins + maven-jar-plugin + 2.6 + + + default-jar + package + + jar + + + + org/openecomp/mso/bpmn/infrastructure/MSOInfrastructureApplication.class + + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 3.0.0 + + + + attach-artifact + + package + + + + ${project.build.directory}/${project.artifactId}-${project.version}.jar + jar + + + + + + + + org.apache.cxf + cxf-codegen-plugin + 2.5.2 + + + org.apache.maven.plugins + maven-eclipse-plugin + 2.8 + + + org.eclipse.jdt.groovy.core.groovyNature + + + **/*.groovy + + + + + maven-antrun-plugin + + + compile + compile + + + + + + + + + + + + + + run + + + + test-compile + test-compile + + + + + + + + + + + + + + run + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + maven-failsafe-plugin + 2.6 + + + + integration-test + verify + + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-antrun-plugin + + + [1.3,) + + + run + + + + + + + + + + + + + + + + + + org.camunda.bpm + camunda-engine + compile + + + org.slf4j + slf4j-api + + + + + + + org.camunda.bpm + camunda-engine-cdi + + + com.google.guava + guava + 22.0 + + + + org.camunda.bpm.extension + camunda-bpm-assert + 1.2 + test + + + + + org.camunda.spin + camunda-spin-dataformat-all + compile + + + camunda-spin-dataformat-all + org.camunda.spin + compile + + + org.camunda.bpm + camunda-engine-plugin-spin + compile + + + + org.camunda.bpm + camunda-engine-plugin-connect + compile + + + + + org.webjars + bootstrap + 2.3.2 + + + + com.h2database + h2 + test + + + + com.fasterxml.uuid + java-uuid-generator + + + org.codehaus.groovy + groovy-all + + + org.apache.commons + commons-lang3 + 3.4 + + + org.onap.so + MSOCoreBPMN + ${project.version} + + + org.onap.so + MSOCommonBPMN + ${project.version} + + + org.onap.so + MSOCommonBPMN + ${project.version} + tests + test + + + + org.onap.so + MSOCoreBPMN + ${project.version} + tests + test + + + javax.ws.rs + javax.ws.rs-api + 2.0 + + + + org.springframework + spring-web + 4.3.2.RELEASE + + + org.onap.so + MSORESTClient + ${project.version} + + + + javax.servlet + javax.servlet-api + 3.0.1 + provided + + + + + org.camunda.bpm + camunda-engine-spring + + + org.springframework + spring-beans + 4.3.2.RELEASE + + + + org.camunda.bpm.workbench + camunda-workbench-dist-embeddable + 1.0.0-alpha8 + test + + + + org.onap.msb.java-sdk + msb-java-sdk + 1.0.0 + + + com.eclipsesource.jaxrs + jersey-all + + + + + + + org.eclipse.jetty + jetty-util + 9.4.8.v20171121 + + + + org.hibernate + hibernate-validator + 5.4.2.Final + + + + org.springframework + spring-test + 4.3.14.RELEASE + + + + com.googlecode.libphonenumber + libphonenumber + 8.9.1 + + + + + + -- cgit 1.2.3-korg