X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=main%2Fpom.xml;fp=main%2Fpom.xml;h=f0f50b9a87cb8ff9602febbf8941a4c1b5a91fca;hb=6438ef61e253f5071a5539c0c8de8890260d4f58;hp=893cec037a808ac43d975157467a552b36c6dac2;hpb=22d211f6df78363d61192057d7cd03534ff7d1c9;p=policy%2Fapi.git diff --git a/main/pom.xml b/main/pom.xml index 893cec03..f0f50b9a 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -35,6 +35,7 @@ api-main ${project.artifactId} The main module of Policy Api that handles startup, lifecycle management, and parameters. + org.onap.policy.models @@ -46,45 +47,25 @@ spring-utils ${policy.common.version} - - com.h2database - h2 - - - org.assertj - assertj-core - test - org.onap.policy.common utils-test ${policy.common.version} test - - org.junit.vintage - junit-vintage-engine - test - + org.springframework.boot spring-boot-starter-test test - com.google.code.gson - gson + org.springframework.boot + spring-boot-starter-web org.springframework.boot - spring-boot-starter-web - - - - org.springframework.boot - spring-boot-starter-json - - + spring-boot-starter-tomcat org.springframework.boot @@ -100,14 +81,23 @@ org.springdoc - springdoc-openapi-ui + springdoc-openapi-starter-webmvc-ui + 2.1.0 io.micrometer micrometer-registry-prometheus - ${version.io.micrometer} runtime + + org.apache.tomcat.embed + tomcat-embed-core + 10.1.11 + + + com.h2database + h2 + @@ -131,6 +121,7 @@ io.swagger.codegen.v3 swagger-codegen-maven-plugin + 3.0.46 code-gen @@ -156,6 +147,7 @@ java11 true true + true @@ -164,6 +156,7 @@ org.springframework.boot spring-boot-maven-plugin + ${version.springboot}