From fa628a82ce084a70db99df70e7d7273044963d8d Mon Sep 17 00:00:00 2001 From: Lathish Date: Fri, 26 Apr 2019 08:46:13 +0000 Subject: VNFM simulator implementation for instantiate flow Issue-ID: SO-1773 Change-Id: I710fe6905d650df29f7550f4eafde2f672301bc4 Signed-off-by: Lathish (cherry picked from commit c0b9d01cbc3a3d3b1ce32178394e8fd74a10de65) --- vnfm-simulator/vnfm-service/pom.xml | 261 ++++++++++++++++++++---------------- 1 file changed, 147 insertions(+), 114 deletions(-) (limited to 'vnfm-simulator/vnfm-service/pom.xml') diff --git a/vnfm-simulator/vnfm-service/pom.xml b/vnfm-simulator/vnfm-service/pom.xml index 3f4f4512b3..380381f53b 100644 --- a/vnfm-simulator/vnfm-service/pom.xml +++ b/vnfm-simulator/vnfm-service/pom.xml @@ -1,116 +1,149 @@ - - 4.0.0 - - org.onap.so.vnfm - vnfm-simulator - 1.4.0-SNAPSHOT - - vnfm-service - ${project.artifactId} + + 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 + 2.7.5 + 2.8.1 + + + + org.onap.so.adapters + mso-vnfm-adapter-ext-clients + ${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 - - - - \ No newline at end of file + + 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.modelmapper + modelmapper + 2.3.0 + + + com.squareup.okio + okio + 1.13.0 + + + com.squareup.okhttp + okhttp + ${okhttp-version} + + + com.squareup.okhttp + logging-interceptor + ${okhttp-version} + + + com.google.code.gson + gson + ${gson-version} + + + org.onap.so + common + ${project.version} + + + + + + org.springframework.boot + spring-boot-maven-plugin + ${springboot.version} + + org.onap.svnfm.simulator.config.SvnfmApplication + + + + + repackage + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + -- cgit 1.2.3-korg