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=d117c6e261d3d02df26a79b744678113155b35d9;hb=0a0897466ccc94214466e63a8c33cb60c2141f91;hp=7e301f4d978dd1d3ffba3243f5e0d36bd35b74e4;hpb=334409683f60693d89477054ed8ff20e6a1ea8a9;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 7e301f4d97..d117c6e261 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.7.1-SNAPSHOT + 1.13.7-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,11 +120,23 @@ org.openecomp.sdc openecomp-sdc-vendor-software-product-manager ${project.version} + + + org.springframework + spring-core + + org.eclipse.jetty jetty-servlets - ${jetty.servlets.version} + ${jetty.version} + + + org.eclipse.jetty + jetty-http + + org.openecomp.sdc @@ -133,7 +144,7 @@ ${project.version} - org.codehaus.groovy + org.apache.groovy groovy ${groovy.version} @@ -152,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 @@ -166,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 @@ -210,7 +262,6 @@ maven-war-plugin - ${mvn.war.version} @@ -225,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 @@ -246,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}