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) --- adapters/mso-requests-db-adapter/pom.xml | 477 ++++++++++++++++--------------- 1 file changed, 239 insertions(+), 238 deletions(-) (limited to 'adapters/mso-requests-db-adapter/pom.xml') diff --git a/adapters/mso-requests-db-adapter/pom.xml b/adapters/mso-requests-db-adapter/pom.xml index 4be3935cf4..a02ebbe75d 100644 --- a/adapters/mso-requests-db-adapter/pom.xml +++ b/adapters/mso-requests-db-adapter/pom.xml @@ -1,249 +1,250 @@ - 4.0.0 - - org.onap.so - adapters - 1.4.0-SNAPSHOT - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + org.onap.so + adapters + 1.4.0-SNAPSHOT + - org.onap.so.adapters - mso-requests-db-adapter - - - org.springframework.boot - spring-boot-starter-actuator - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-jdbc - - - org.apache.cxf - cxf-spring-boot-starter-jaxws - ${cxf.version} - - - org.apache.cxf - cxf-spring-boot-starter-jaxrs - ${cxf.version} - - - org.apache.cxf - cxf-rt-rs-service-description-swagger - ${cxf.version} - - - org.springframework.boot - spring-boot-starter-test - test - - - org.mariadb.jdbc - mariadb-java-client - - - org.onap.so - mso-requests-db - ${project.version} - - - org.onap.so - mso-requests-db-repositories - ${project.version} - - - org.springframework.boot - spring-boot-starter-data-jpa - - - org.apache.tomcat - tomcat-jdbc - - - true - - - ch.vorburger.mariaDB4j - mariaDB4j - 2.2.3 - test - - - org.springframework.boot - spring-boot-configuration-processor - true - - - org.flywaydb - flyway-core - true - - - net.javacrumbs.shedlock - shedlock-spring - - - net.javacrumbs.shedlock - shedlock-provider-jdbc-template - - - io.micrometer - micrometer-core - - - io.micrometer - micrometer-registry-prometheus - - - org.springframework.boot - spring-boot-starter-data-rest - - - org.onap.so - cxf-logging - ${project.version} - - + org.onap.so.adapters + mso-requests-db-adapter + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-jdbc + + + org.apache.cxf + cxf-spring-boot-starter-jaxws + ${cxf.version} + + + org.apache.cxf + cxf-spring-boot-starter-jaxrs + ${cxf.version} + + + org.apache.cxf + cxf-rt-rs-service-description-swagger + ${cxf.version} + + + org.springframework.boot + spring-boot-starter-test + test + + + org.mariadb.jdbc + mariadb-java-client + + + org.onap.so + mso-requests-db + ${project.version} + + + org.onap.so + mso-requests-db-repositories + ${project.version} + + + org.springframework.boot + spring-boot-starter-data-jpa + + + org.apache.tomcat + tomcat-jdbc + + + true + + + ch.vorburger.mariaDB4j + mariaDB4j + 2.2.3 + test + + + org.springframework.boot + spring-boot-configuration-processor + true + + + org.flywaydb + flyway-core + true + + + net.javacrumbs.shedlock + shedlock-spring + + + net.javacrumbs.shedlock + shedlock-provider-jdbc-template + + + io.micrometer + micrometer-core + + + io.micrometer + micrometer-registry-prometheus + + + org.springframework.boot + spring-boot-starter-data-rest + + + org.onap.so + cxf-logging + ${project.version} + + - - ${project.artifactId}-${project.version} - - - org.apache.cxf - cxf-java2ws-plugin - ${cxf.version} - - - org.apache.cxf - cxf-rt-frontend-jaxws - ${cxf.version} - - - org.apache.cxf - cxf-rt-frontend-simple - ${cxf.version} - - - - - process-classes - process-classes - - org.onap.so.adapters.requestsdb.MsoRequestsDbAdapter - true - true - - - java2ws - - - - - - org.jacoco - jacoco-maven-plugin - - - org.springframework.boot - spring-boot-maven-plugin - ${springboot.version} - - org.onap.so.adapters.requestsdb.application.MSORequestDBApplication - - - - - repackage - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - original - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - extract-docker-file - - - - - io.fabric8 - fabric8-maven-plugin - - - start - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - default-test - - test - - - - **/AllTestsTestSuite.java - - suites - - - - - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.cxf - + cxf-java2ws-plugin - + [3.2.5,) - - java2ws - - - - - - - - - - - - - + + java2ws + + + + + + + + + + + + + + -- cgit 1.2.3-korg