From c0247ec48aaa2fefb6a2c065d18b27d7c65e94ff Mon Sep 17 00:00:00 2001 From: "Benjamin, Max (mb388a)" Date: Thu, 11 Apr 2019 10:34:45 -0400 Subject: corrected inlucde filter for formatter all pom.xml files now have two spaces validation is on for pom.xml files Change-Id: I424ea2e4d6a549f468792e5f90a43f3a97e6c954 Issue-ID: SO-1781 Signed-off-by: Benjamin, Max (mb388a) --- bpmn/MSOCoreBPMN/pom.xml | 240 +++++++++++++++++++++++------------------------ 1 file changed, 120 insertions(+), 120 deletions(-) (limited to 'bpmn/MSOCoreBPMN') diff --git a/bpmn/MSOCoreBPMN/pom.xml b/bpmn/MSOCoreBPMN/pom.xml index 6fe3168dc7..12bc9980bf 100644 --- a/bpmn/MSOCoreBPMN/pom.xml +++ b/bpmn/MSOCoreBPMN/pom.xml @@ -1,126 +1,126 @@ - - org.onap.so - bpmn - 1.4.0-SNAPSHOT - - 4.0.0 - MSOCoreBPMN - jar + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + + org.onap.so + bpmn + 1.4.0-SNAPSHOT + + 4.0.0 + MSOCoreBPMN + jar - - - - org.apache.maven.plugins - maven-compiler-plugin - - - test-compile - compile - - testCompile - - - false - - - - + + + + org.apache.maven.plugins + maven-compiler-plugin + + + test-compile + compile + + testCompile + + + false + + + + - - org.apache.maven.plugins - maven-jar-plugin - 3.0.2 - - - tests-jar - package - - test-jar - - - false - - - - - - + + org.apache.maven.plugins + maven-jar-plugin + 3.0.2 + + + tests-jar + package + + test-jar + + + false + + + + + + - - - - commons-fileupload - commons-fileupload - 1.3.3 - - - javax.servlet - javax.servlet-api - - - org.camunda.connect - camunda-connect-connectors-all - 1.0.5 - - - org.camunda.bpm - camunda-engine-plugin-connect - ${camunda.version} - - - org.camunda.bpm - camunda-engine - ${camunda.version} - - - org.codehaus.groovy - groovy-all - compile - - - com.h2database - h2 - test - - - net.sf.saxon - Saxon-HE - - - org.onap.so - common - ${project.version} - - - org.json - json - 20160212 - - - org.xmlunit - xmlunit-core - test - - - com.github.fge - json-schema-validator - 2.2.6 - - - com.github.fge - json-schema-core - 1.2.4 - - - org.springframework - spring-beans - - - org.yaml - snakeyaml - - + + + + commons-fileupload + commons-fileupload + 1.3.3 + + + javax.servlet + javax.servlet-api + + + org.camunda.connect + camunda-connect-connectors-all + 1.0.5 + + + org.camunda.bpm + camunda-engine-plugin-connect + ${camunda.version} + + + org.camunda.bpm + camunda-engine + ${camunda.version} + + + org.codehaus.groovy + groovy-all + compile + + + com.h2database + h2 + test + + + net.sf.saxon + Saxon-HE + + + org.onap.so + common + ${project.version} + + + org.json + json + 20160212 + + + org.xmlunit + xmlunit-core + test + + + com.github.fge + json-schema-validator + 2.2.6 + + + com.github.fge + json-schema-core + 1.2.4 + + + org.springframework + spring-beans + + + org.yaml + snakeyaml + + -- cgit 1.2.3-korg