X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=ca19482cb508aa7c2a20e234048df40b12c2eb21;hb=refs%2Fchanges%2F85%2F130285%2F1;hp=b2f720ac1da97ab31ce61ae4ffb676b96462c246;hpb=94133cb583800ecd72ee0c736284c6ead18450c9;p=sdc.git diff --git a/pom.xml b/pom.xml index b2f720ac1d..ca19482cb5 100644 --- a/pom.xml +++ b/pom.xml @@ -20,15 +20,15 @@ Modifications copyright (c) 2018-2019 Nokia ================================================================================ --> + 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 - sdc-main - 1.8.2-SNAPSHOT - pom - sdc + org.openecomp.sdc + sdc-main + 1.11.7-SNAPSHOT + pom + sdc org.onap.oparent @@ -45,60 +45,78 @@ Modifications copyright (c) 2018-2019 Nokia 0.11 3.10 - 18.0 - 0.3.1 - 5.2.10.RELEASE - 2.27 - 4.1.48.Final - 3.1.0 + 30.1-jre + 0.3.3 + 5.3.20 + 2.2.13.RELEASE + + + + 2.34 + 3.0.4 + + 4.1.77.Final + 4.0.1 2.26.3 - 2.6.0 + 3.4.0 4.3.1.0 2.1.8 - 1.18.18 + 1.18.24 1.9.4 - 2.3 + 2.8.0 + 2.8.0 4.1.0 1.6.1 1.9 2.3.1 0.10.3 3.0.7 + 2.1.7 + 3.0.0 + 6.1.6.Final + 20220320 - 4.1 - 2.1 + 4.3 + 2.1.1 + 2.0.1.Final + ${servlet-api.version} - 9.4.36.v20210114 + 9.4.45.v20220203 + 9.4.45.v20220203 + 3.4.4 + + 2.4.0.0 + 2.1.3 - 2.12.1 + 2.12.7 ${jackson.version} 2.1.1 false - 1.28 - 4.7 - 4.5.3 - 4.4.1 + 1.29 + 4.9 + 4.5.13 + 4.4.15 1.1 - 1.2.15 + 1.2.15 + - 1.2.3 + 1.2.10 1.7.25 - 1.10 + 1.15 1.2 3.0.6 - 2.13.1 0.20.1 - 1.8.9 + 1.9.7 ${aspectj.version} 0.13.2 @@ -106,10 +124,8 @@ Modifications copyright (c) 2018-2019 Nokia 1.6.4 - 3.0.3 - - 2.3.1 + 2.8.9 1.1 @@ -118,17 +134,16 @@ Modifications copyright (c) 2018-2019 Nokia 3.7.7 ${mockito.version} 1.35 - 4.13.1 1.7.1 - 5.7.0 + 5.7.2 3.16.0 - 7.3.0 + 7.4.0 6.8.1 0.11 - 2.1 + 2.2 1.3 2.22.2 - 2.4 + 1.6.0.1 ${project.version} @@ -150,7 +165,7 @@ Modifications copyright (c) 2018-2019 Nokia nexus - https://registry.npmjs.org/ + https://nexus3.onap.org/repository/npm.public/npm/-/ https://nexus.onap.org /content/sites/site/org/openecomp/sdc/${project.version} 176c31dfe190a @@ -162,17 +177,30 @@ Modifications copyright (c) 2018-2019 Nokia 1.6.0 - 0.8.5 + 0.8.7 - 4.5.1 + 4.14.1 1C true false - 1.35 - 1.68 + 1.69 + + + 1.41 + onap + docker + docker + nexus3.onap.org:10001 + + 1.8.4 + + 8.3.4 + 4.9.3 + + false @@ -245,6 +273,11 @@ Modifications copyright (c) 2018-2019 Nokia netty-handler ${netty.version} + + io.swagger.core.v3 + swagger-maven-plugin + ${swagger-core-mvn-plugin.version} + @@ -278,6 +311,12 @@ Modifications copyright (c) 2018-2019 Nokia ${mockito.version} test + + org.mockito + mockito-inline + ${mockito.version} + test + @@ -365,17 +404,22 @@ Modifications copyright (c) 2018-2019 Nokia io.fabric8 docker-maven-plugin - 0.31.0 + 0.38.0 + + + org.apache.maven.plugins + maven-jar-plugin + 3.2.0 org.apache.maven.plugins maven-war-plugin - 3.2.2 + 3.3.2 com.github.eirslett frontend-maven-plugin - 1.8.0 + 1.12.0 org.apache.maven.plugins @@ -411,7 +455,8 @@ Modifications copyright (c) 2018-2019 Nokia 2.17 checkstyle-suppressions.xml - checkstyle.suppressions.file + checkstyle.suppressions.file + ${checkstyle.skip} @@ -487,12 +532,12 @@ Modifications copyright (c) 2018-2019 Nokia pom.properties['deploy.url'] = - pom.version.contains('-SNAPSHOT') ? - project.distributionManagement.snapshotRepository.url : - project.distributionManagement.repository.url; + pom.version.contains('-SNAPSHOT') ? + project.distributionManagement.snapshotRepository.url : + project.distributionManagement.repository.url; pom.properties['repo.id'] = pom.version.contains('-SNAPSHOT') ? - project.distributionManagement.snapshotRepository.id : - project.distributionManagement.repository.id; + project.distributionManagement.snapshotRepository.id : + project.distributionManagement.repository.id; @@ -520,7 +565,8 @@ Modifications copyright (c) 2018-2019 Nokia false - ${project.build.directory}/jacoco.exec + ${project.build.directory}/jacoco.exec + ${surefire.forkCount} ${surefire.reuseForks} @@ -540,7 +586,8 @@ Modifications copyright (c) 2018-2019 Nokia true - ${project.build.outputDirectory}/META-INF/git.properties + + ${project.build.outputDirectory}/META-INF/git.properties true false @@ -577,6 +624,7 @@ Modifications copyright (c) 2018-2019 Nokia common-app-logging common-app-api common-be + common-be-tests-utils catalog-dao catalog-model catalog-be @@ -600,6 +648,7 @@ Modifications copyright (c) 2018-2019 Nokia common-app-logging common-app-api common-be + common-be-tests-utils catalog-dao catalog-model catalog-be @@ -628,6 +677,7 @@ Modifications copyright (c) 2018-2019 Nokia common-app-logging common-app-api common-be + common-be-tests-utils catalog-dao catalog-model catalog-be @@ -655,6 +705,7 @@ Modifications copyright (c) 2018-2019 Nokia common-app-logging common-app-api common-be + common-be-tests-utils catalog-dao catalog-model catalog-be @@ -676,12 +727,15 @@ Modifications copyright (c) 2018-2019 Nokia true true true + true + true onboarding common-app-logging common-app-api common-be + common-be-tests-utils catalog-dao catalog-model catalog-be @@ -693,6 +747,35 @@ Modifications copyright (c) 2018-2019 Nokia utils/webseal-simulator + + fast-build-no-ui + + false + + + true + true + true + true + true + true + + + openecomp-be + common + common-app-logging + common-app-api + common-be + common-be-tests-utils + catalog-dao + catalog-model + catalog-be + catalog-be-plugins + asdctool + sdc-os-chef + utils/webseal-simulator + + start-sdc @@ -719,6 +802,8 @@ Modifications copyright (c) 2018-2019 Nokia true true true + + true @@ -739,7 +824,6 @@ Modifications copyright (c) 2018-2019 Nokia integration-tests - @@ -768,14 +852,15 @@ Modifications copyright (c) 2018-2019 Nokia Release Repository ${nexus.proxy}/content/repositories/releases/ + + ecomp-site + dav:${nexus.proxy}${sitePath} + ecomp-snapshots Snapshot Repository ${nexus.proxy}/content/repositories/snapshots/ - - ecomp-site - dav:${nexus.proxy}${sitePath} - +