From: rajeevme Date: Wed, 26 Feb 2020 12:18:18 +0000 (+0530) Subject: [AAI-2531] | Update springboot to 2.1.12.RELEASE X-Git-Tag: 1.6.2~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=c4fe01668d4472c978ca220bdfff9c8e15bc8027;p=aai%2Fsparky-be.git [AAI-2531] | Update springboot to 2.1.12.RELEASE Issue-ID: AAI-2531 Change-Id: I5cd738c8786753c4ecbfc4cb23a051978466e256 Signed-off-by: rajeevme --- diff --git a/pom.xml b/pom.xml index 923fd36..5cbd55a 100644 --- a/pom.xml +++ b/pom.xml @@ -23,20 +23,21 @@ /content/sites/site/org/onap/aai/sparky-be/${project.artifactId}/${project.version} https://nexus.onap.org - 2.6.0 + 2.6.0 + 2.1.12.RELEASE - - - + + + - 0.90 - 0.8.5 - 3.2 - jacoco - ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml - **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** + 0.90 + 0.8.5 + 3.2 + jacoco + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** - 3.7.0.1746 + 3.7.0.1746 @@ -47,6 +48,13 @@ epsdk-fw ${portal.sdk.version} + + org.springframework.boot + spring-boot-starter-parent + ${spring.boot.version} + pom + import + diff --git a/sparkybe-onap-application/pom.xml b/sparkybe-onap-application/pom.xml index 55da4f2..21ddd12 100644 --- a/sparkybe-onap-application/pom.xml +++ b/sparkybe-onap-application/pom.xml @@ -26,7 +26,6 @@ 1.6.0 /content/sites/site/org/onap/aai/sparky-be/${project.artifactId}/${project.version} https://nexus.onap.org - 1.5.21.RELEASE onap sparky-be @@ -43,13 +42,6 @@ - - org.springframework.boot - spring-boot-starter-parent - ${spring.boot.version} - pom - import - org.apache.camel @@ -280,13 +272,13 @@ org.json json - provided + 20190722 com.fasterxml.jackson.core jackson-databind - provided + 2.10.2 @@ -351,7 +343,6 @@ hamcrest-library test - diff --git a/sparkybe-onap-service/pom.xml b/sparkybe-onap-service/pom.xml index 842af2d..f3dd245 100644 --- a/sparkybe-onap-service/pom.xml +++ b/sparkybe-onap-service/pom.xml @@ -14,6 +14,7 @@ 1.8 + 0.7.9 org.onap.aai sparky-fe 1.3.0 @@ -21,24 +22,16 @@ 8000 https://nexus.onap.org 2.21.1 - ${basedir}/ + ${basedir}/ 1.4.1 1.6.0 /content/sites/site/org/onap/aai/sparky-be/${project.artifactId}/${project.version} https://neexus.onap.org 0.55 - 1.5.22.RELEASE - - org.springframework.boot - spring-boot-starter-parent - ${spring.boot.version} - pom - import - org.apache.camel @@ -250,7 +243,17 @@ some of the depedencies should probably have a scope of provided so they don't a - + + com.att.eelf + eelf-core + + + org.powermock + powermock-api-mockito + + + 1.0.1-oss + org.onap.aai rest-client @@ -281,6 +284,7 @@ some of the depedencies should probably have a scope of provided so they don't a org.json json + 20140107 provided @@ -330,9 +334,8 @@ some of the depedencies should probably have a scope of provided so they don't a org.powermock - powermock-api-mockito - 1.6.2 - test + powermock-api-mockito2 + 2.0.2 org.powermock @@ -340,6 +343,12 @@ some of the depedencies should probably have a scope of provided so they don't a 1.6.2 test + + org.powermock + powermock-core + 2.0.0 + test + org.powermock powermock-module-junit4-rule-agent @@ -351,13 +360,19 @@ some of the depedencies should probably have a scope of provided so they don't a javax.inject 1 test - + org.hamcrest hamcrest-library test + + org.hamcrest + hamcrest-core + 1.3 + compile + @@ -476,6 +491,48 @@ some of the depedencies should probably have a scope of provided so they don't a --> + + org.jacoco + jacoco-maven-plugin + ${version.jacoco.maven.plugin} + + + prepare-agent + + prepare-agent + + + + report + package + + report + + + + default-check + + check + + + ${project.build.directory}/jacoco.exec + + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + + + +