X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=integration%2Fpom.xml;h=d453f5330d7afbc75d9f72188a10ea07443a78e3;hb=53ef7ed7d2a9354146e2ad3f1a34186613a7b1b1;hp=dab14d4a0c20f47ec6b04ac99dffadd85f318e13;hpb=cc22a32fb9e2e05f8399f66a4c649ec3ad31857f;p=policy%2Fparent.git diff --git a/integration/pom.xml b/integration/pom.xml index dab14d4a..d453f533 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -42,7 +42,7 @@ 2.7.8 7.33.0.Final 2.33 - 2.11.3 + 2.12.3 0.7.5 1.6.2 2.3.1 @@ -55,6 +55,7 @@ 5.11.2 2.8.8 3.0.0 + 2.0.2 ${project.basedir}/../target/code-coverage/jacoco-ut.exec https://nexus3.onap.org/repository/npm.public/npm/-/ @@ -68,22 +69,10 @@ - - org.springframework.boot - spring-boot-dependencies - ${version.springboot} - pom - import - - - - - org.apache.camel.springboot - camel-spring-boot-bom - ${version.camel} - pom - import + jakarta.validation + jakarta.validation-api + ${version.jakarta-api} @@ -221,7 +210,7 @@ com.thoughtworks.xstream xstream - 1.4.15 + 1.4.17 @@ -319,6 +308,11 @@ + + net.minidev + json-smart + 2.4.7 + @@ -527,9 +521,9 @@ - org.onap.sdc.sdc-tosca - sdc-tosca - 1.5.1 + org.onap.sdc.sdc-tosca + sdc-tosca + 1.5.1 @@ -671,9 +665,9 @@ - org.apache.commons - commons-vfs2 - 2.8.0 + org.apache.commons + commons-vfs2 + 2.8.0 @@ -695,6 +689,34 @@ 3.2.7 test + + + + org.springframework.boot + spring-boot-starter-web + ${version.springboot} + + + org.springframework.boot + spring-boot-starter-webflux + ${version.springboot} + + + org.springframework.boot + spring-boot-starter-validation + ${version.springboot} + + + org.springframework.boot + spring-boot-starter-test + ${version.springboot} + test + + + org.springframework.boot + spring-boot-starter-security + ${version.springboot} +