X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=openecomp-be%2Fapi%2Fopenecomp-sdc-rest-webapp%2Fonboarding-rest-war%2Fpom.xml;h=7a8637a6ad396c238bd8ab7ff08baab38411e7eb;hb=0560a3a55dd2ba8fe1af6aeed425dad09c7f7261;hp=f008a8f15bf7a29935928bb4d727168c693382df;hpb=086406a3af88a1f77e2be783e6f458dc3c66d4ca;p=sdc.git diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml index f008a8f15b..7a8637a6ad 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml @@ -1,6 +1,6 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.openecomp.sdc.onboarding @@ -11,7 +11,7 @@ org.openecomp.sdc openecomp-sdc-rest-webapp - 1.8.1-SNAPSHOT + 1.13.6-SNAPSHOT @@ -30,12 +30,12 @@ openecomp-sdc-notification-api ${project.version} - + org.openecomp.sdc openecomp-sdc-notification-core ${project.version} - + org.openecomp.sdc.onboarding vnf-repository-rest-services ${project.version} @@ -96,10 +96,9 @@ ${project.version} - javax.servlet - javax.servlet-api - ${servlet-api.version} - provided + org.openecomp.sdc + metrics-rest + ${project.version} @@ -121,6 +120,12 @@ org.openecomp.sdc openecomp-sdc-vendor-software-product-manager ${project.version} + + + org.springframework + spring-core + + org.eclipse.jetty @@ -139,7 +144,7 @@ ${project.version} - org.codehaus.groovy + org.apache.groovy groovy ${groovy.version} @@ -158,10 +163,25 @@ janino compile + + org.springframework + spring-expression + ${spring.framework.version} + org.springframework spring-context ${spring.framework.version} + + + org.springframework + spring-expression + + + org.springframework + spring-core + + org.springframework @@ -172,16 +192,42 @@ org.springframework spring-web ${spring.framework.version} + + + org.springframework + spring-core + + org.springframework spring-aop ${spring.framework.version} + + + org.springframework + spring-core + + org.springframework spring-webmvc ${spring.framework.version} + + + org.springframework + spring-expression + + + org.springframework + spring-core + + + org.springframework + spring-web + + org.aspectj @@ -216,7 +262,6 @@ maven-war-plugin - ${mvn.war.version} @@ -231,17 +276,21 @@ + org.apache.maven.plugins maven-antrun-plugin + ${maven-antrun-plugin.version} generate-sources generate-sources - + - {"Version": "${project.version}"} - + {"Version": + "${project.version}"} + + run @@ -252,11 +301,15 @@ io.swagger.core.v3 swagger-maven-plugin - 2.0.8 + ${swagger-core-mvn-plugin.version} ${project.build.directory}/generated/swagger-ui - swagger - JSON + openapi-sdce-1 + JSONANDYAML + + ${project.basedir}/src/main/resources/swagger-config.yaml + + ${swagger.skip}