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) --- vnfm-simulator/vnfm-service/pom.xml | 224 ++++++++++++++++++------------------ 1 file changed, 112 insertions(+), 112 deletions(-) (limited to 'vnfm-simulator/vnfm-service') diff --git a/vnfm-simulator/vnfm-service/pom.xml b/vnfm-simulator/vnfm-service/pom.xml index 7b74126a96..3f4f4512b3 100644 --- a/vnfm-simulator/vnfm-service/pom.xml +++ b/vnfm-simulator/vnfm-service/pom.xml @@ -1,116 +1,116 @@ - 4.0.0 - - org.onap.so.vnfm - vnfm-simulator - 1.4.0-SNAPSHOT - - vnfm-service - ${project.artifactId} + 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.vnfm + vnfm-simulator + 1.4.0-SNAPSHOT + + vnfm-service + ${project.artifactId} - - UTF-8 - 1.8 - - - - org.onap.so.vnfm - vnfm-api - ${project.version} - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-data-jpa - - - org.springframework.boot - spring-boot-starter-actuator - - - org.springframework.boot - spring-boot-starter-test - test - - - org.springframework.boot - spring-boot-devtools - runtime - - - junit - junit - test - - - io.swagger - swagger-jaxrs - 1.5.0 - - - org.apache.directory.studio - org.apache.commons.io - 2.4 - - - com.googlecode.json-simple - json-simple - 1.1.1 - + + UTF-8 + 1.8 + + + + org.onap.so.vnfm + vnfm-api + ${project.version} + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-data-jpa + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.boot + spring-boot-devtools + runtime + + + junit + junit + test + + + io.swagger + swagger-jaxrs + 1.5.0 + + + org.apache.directory.studio + org.apache.commons.io + 2.4 + + + com.googlecode.json-simple + json-simple + 1.1.1 + - - io.springfox - springfox-swagger-ui - 2.6.1 - compile - - - io.springfox - springfox-swagger2 - 2.6.1 - compile - - - com.fasterxml.jackson.core - jackson-databind - 2.9.8 - - - com.h2database - h2 - - - - commons-beanutils - commons-beanutils - 1.9.3 - - - - - - org.springframework.boot - spring-boot-maven-plugin - ${springboot.version} - - org.onap.svnfm.simulator.config.SvnfmApplication - - - - - repackage - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - + + io.springfox + springfox-swagger-ui + 2.6.1 + compile + + + io.springfox + springfox-swagger2 + 2.6.1 + compile + + + com.fasterxml.jackson.core + jackson-databind + 2.9.8 + + + com.h2database + h2 + + + + commons-beanutils + commons-beanutils + 1.9.3 + + + + + + org.springframework.boot + spring-boot-maven-plugin + ${springboot.version} + + org.onap.svnfm.simulator.config.SvnfmApplication + + + + + repackage + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + \ No newline at end of file -- cgit 1.2.3-korg