X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vid-app-common%2Fpom.xml;h=1749039d69f8e29fb8089a783de9898ca4029efe;hb=b7719bae06f969d1293fad1a16c180afd7ded761;hp=38b06f1f8d5f82a02a6a10cba908df987e333759;hpb=65e4018a72e97fbab04ad842381831deeba74628;p=vid.git diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 38b06f1f8..1749039d6 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -9,7 +9,7 @@ inherit from a parent maven module. --> org.onap.vid vid-app-common - 4.0.0-SNAPSHOT + 5.0.0-SNAPSHOT war VID Common VID Common code for opensource version @@ -17,7 +17,7 @@ org.onap.oparent oparent - 1.2.3 + 2.0.0 @@ -26,28 +26,36 @@ UTF-8 UTF-8 2.4.0 - 4.2.9.RELEASE + 5.1.6.RELEASE + 4.3.22.RELEASE + 4.3.11.Final 2.9.8 - 2.27 + 2.28 2.22.1 **/webapp/**/*,**/*.js true https://nexus.onap.org - /content/repositories/snapshots/ - /content/repositories/releases/ - /content/repositories/staging/ - /content/sites/site/org/onap/vid/${project.version} + content/repositories/snapshots/ + content/repositories/releases/ + content/repositories/staging/ + content/sites/site/org/onap/vid/${project.version} 1.8.9 1.3.11 1.8 1.6 - v6.16.0 + v8.9.4 + 5.6.0 + + ${env.RELEASE_VERSION} + @@ -58,17 +66,17 @@ ecomp-releases VID Release Repository - ${nexusproxy}${releaseNexusPath} + ${nexusproxy}/${releaseNexusPath} ecomp-snapshots VID Snapshot Repository - ${nexusproxy}${snapshotNexusPath} + ${nexusproxy}/${snapshotNexusPath} ecomp-staging VID Staging Repository - ${nexusproxy}${stagingNexusPath} + ${nexusproxy}/${stagingNexusPath} @@ -92,7 +100,7 @@ ecomp-site - dav:${nexusproxy}${sitePath} + dav:${nexusproxy}/${sitePath} @@ -126,18 +134,6 @@ - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${nexusproxy} - 176c31dfe190a - ecomp-staging - - org.jacoco jacoco-maven-plugin @@ -180,9 +176,30 @@ generate-resources + ${npm.version} ${node.version} + + npm config list + + config ls -l + + + npm + + generate-resources + + + npm install + + install + + + npm + + generate-resources + npm run-script build @@ -230,6 +247,30 @@ + + com.google.code.maven-replacer-plugin + replacer + 1.5.3 + + + prepare-package + + replace + + + + + false + ${project.basedir}/src/main/webapp/app/vid/scripts/constants/version.json + + + BUILD_NUMBER + ${release_version}.${patch_version}.${env.BUILD_NUMBER} + + + + + org.apache.maven.plugins maven-surefire-plugin @@ -472,6 +513,12 @@ 0.9.3 test + + org.jeasy + easy-random-core + 4.0.0.RC1 + test + @@ -562,7 +609,7 @@ com.mchange c3p0 - 0.9.5.3 + 0.9.5.4 io.searchbox @@ -622,11 +669,8 @@ jcl-over-slf4j 1.7.12 - - org.springframework - spring-context-support - ${springframework.version} - + + org.springframework spring-core @@ -658,6 +702,22 @@ spring-webmvc ${springframework.version} + + org.springframework + spring-context-support + ${springframework.version} + + + org.springframework + spring-orm + ${springframework.orm.version} + + + org.springframework + spring-aop + ${springframework.version} + + org.glassfish.jersey.core jersey-client @@ -736,7 +796,7 @@ org.onap.sdc.sdc-tosca sdc-tosca - 1.4.7 + 1.5.1 compile @@ -793,11 +853,16 @@ org.assertj assertj-core 3.10.0 - compile + test com.google.guava guava + + io.springfox + springfox-swagger2 + 2.9.2 +