X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ms%2Fneng%2Fpom.xml;h=44097d457423e236b76d92c58e1fe1610bcb6c16;hb=refs%2Fheads%2Fguilin;hp=e9477f9ec0c4e2088bc58bbcb9db77a132b0ddae;hpb=94c1eb878c45e22ebf40aac47580d584bfb3cc0d;p=ccsdk%2Fapps.git diff --git a/ms/neng/pom.xml b/ms/neng/pom.xml index e9477f9e..44097d45 100644 --- a/ms/neng/pom.xml +++ b/ms/neng/pom.xml @@ -18,12 +18,13 @@ * limitations under the License. * ============LICENSE_END========================================================= --> + 4.0.0 org.onap.ccsdk.apps ccsdk-apps-ms-neng - 0.4.1-SNAPSHOT + 1.0.3-SNAPSHOT Naming Generation @@ -31,8 +32,6 @@ service.json org.onap.ccsdk.apps.ms.neng.service.rs 1.8 - 4.3.17.RELEASE - 1.5.16.RELEASE nexus3.onap.org:10001 local TBD @@ -42,15 +41,6 @@ 1.8 UTF-8 6.2.0.11 - jacoco - reuseReports - ${basedir}/target/surefire-reports - ${basedir}/target/failsafe-reports - ${basedir}/target/jacoco_report - ${basedir}/target/jacoco_itReport - ${basedir}/target/jacoco-ut.exec - ${basedir}/target/jacoco-it.exec - java ms-networkelementnamegen 0.2.4 ${https_proxy} @@ -190,7 +180,7 @@ io.fabric8 docker-maven-plugin - 0.16.5 + 0.28.0 false @@ -242,8 +232,8 @@ org.onap.ccsdk.parent - spring-boot-1-starter-parent - 1.2.1 + spring-boot-starter-parent + 2.0.2 @@ -253,44 +243,36 @@ io.swagger swagger-core - 1.5.20 org.springframework.boot spring-boot-starter-web - ${springboot.version} org.springframework.boot spring-boot-starter-jersey - ${springboot.version} org.springframework.boot spring-boot-starter-actuator - ${springboot.version} org.springframework.boot spring-boot-loader-tools - ${springboot.version} org.springframework.boot spring-boot-starter-test - ${springboot.version} test org.springframework.boot spring-boot-starter-tomcat - ${springboot.version} compile org.springframework.boot spring-boot-starter-data-jpa - ${springboot.version} compile @@ -300,12 +282,10 @@ javax.ws.rs javax.ws.rs-api - 2.1 commons-lang commons-lang - 2.6 org.liquibase @@ -314,7 +294,6 @@ org.mariadb.jdbc mariadb-java-client - ${mariadb.connector.version} com.h2database @@ -323,19 +302,16 @@ org.springframework.boot spring-boot-configuration-processor - ${springboot.version} true org.springframework spring-test - ${spring.version} test org.springframework spring-aop - ${spring.version} org.springframework @@ -344,27 +320,33 @@ org.springframework spring-beans - ${spring.version} org.springframework spring-context - ${spring.version} org.springframework spring-core - ${spring.version} org.springframework spring-expression - ${spring.version} org.springframework spring-web - ${spring.version} + + + + org.elasticsearch + elasticsearch + 7.6.1 + + + io.searchbox + jest + 5.3.3 @@ -388,56 +370,6 @@ - - org.jacoco - jacoco-maven-plugin - 0.7.5.201505241946 - - - pre-unit-test - - prepare-agent - - - ${sonar.jacoco.reportPath} - surefireArgLine - - - - post-unit-test - test - - report - - - ${sonar.jacoco.reportPath} - ${jacoco.path} - - - - pre-integration-test - pre-integration-test - - prepare-agent - - - ${sonar.jacoco.itReportPath} - failsafeArgLine - - - - post-integration-test - post-integration-test - - report - - - ${sonar.jacoco.itReportPath}/ - ${jacoco.itPath} - - - - org.apache.maven.plugins maven-surefire-plugin @@ -504,7 +436,6 @@ org.springframework.boot spring-boot-maven-plugin - ${springboot.version}