X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=cb4fea1f0392b59ff0297ade55f039e37ffb1f94;hb=refs%2Fheads%2Fmaster;hp=4a5e9fefc5c2db709a0b942c555f2a9ced8d07b7;hpb=7dba9105fa2437518614a3eee05d4641a9d525bf;p=aai%2Fbabel.git diff --git a/pom.xml b/pom.xml index 4a5e9fe..61c4d0a 100644 --- a/pom.xml +++ b/pom.xml @@ -28,12 +28,12 @@ org.onap.aai.aai-common aai-parent - 1.9.4 + 1.13.3 org.onap.aai babel - 1.12.1-SNAPSHOT + 1.13.1-SNAPSHOT jar aai-babel @@ -88,9 +88,9 @@ 1.6.5 1.9.4 - 2.7.4 1.2.11 3.0.13 + 2020.0.2 1.22 1.15 @@ -99,7 +99,7 @@ 0.15.1 org.onap.aai.schema-service - 1.12.1 + 1.12.4 3.12.0 1.6.4 @@ -144,22 +144,24 @@ execute - - - def userAaiBaseImage = session.userProperties['aai.base.image']; - def userAaiCommonVersion = session.userProperties['aai.base.image.version']; - if (userAaiCommonVersion != null) { - project.properties['aai.base.image.version'] = userAaiCommonVersion; - } - if (userAaiBaseImage != null) { - project.properties['aai.base.image'] = userAaiBaseImage; - } - log.info 'Base image flavour: ' + project.properties['aai.base.image']; - log.info 'Base image version: ' + project.properties['aai.base.image.version']; - - + + + + + io.fabric8 @@ -227,163 +229,130 @@ - - - org.springframework.boot - spring-boot-starter-jetty - - - org.springframework.boot - spring-boot-starter-jersey - - - org.springframework.boot - spring-boot-starter-jetty - - - org.springframework.boot - spring-boot-starter-tomcat - - - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-jetty - - - org.springframework.boot - spring-boot-starter-tomcat - - - - - org.springframework.boot - spring-boot-starter-aop - - - org.springframework.boot - spring-boot-starter-tomcat - - - - - org.onap.aai.logging-service - common-logging - - - ch.qos.logback - logback-classic - - - ch.qos.logback - logback-core - ${logback.core.version} - - - commons-codec - commons-codec - ${commons.codec.version} - - - org.apache.commons - commons-compress - ${commons.compress.version} - - - org.apache.commons - commons-lang3 - ${commons.lang3.version} - - - javax.ws.rs - javax.ws.rs-api - ${javax.ws.rs.version} - - - org.codehaus.groovy - groovy - ${groovy.version} - - - org.onap.sdc.sdc-tosca - sdc-tosca - ${sdc.tosca.version} - - - org.onap.aai - rest-client - - - org.onap.aai.aai-common - aai-aaf-auth - ${aai.common.version} - - - org.springframework.boot - spring-boot-starter-web - - - - - org.onap.aaf.authz - aaf-cadi-core - ${aaf.version} - compile - - - org.onap.aaf.authz - aaf-cadi-aaf - ${aaf.version} - compile - - - org.onap.aaf.authz - aaf-auth-client - ${aaf.version} - - - org.onap.aaf.authz - aaf-cadi-client - ${aaf.version} - - - org.onap.aaf.authz - aaf-misc-env - ${aaf.version} - - - org.onap.aaf.authz - aaf-misc-rosetta - ${aaf.version} - + + + org.springframework.boot + spring-boot-starter-jetty + + + org.springframework.boot + spring-boot-starter-jersey + + + org.springframework.boot + spring-boot-starter-jetty + + + org.springframework.boot + spring-boot-starter-tomcat + + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-jetty + + + org.springframework.boot + spring-boot-starter-tomcat + + + + + org.springframework.boot + spring-boot-starter-aop + + + org.springframework.boot + spring-boot-starter-tomcat + + + + + org.onap.aai.logging-service + common-logging + + + ch.qos.logback + logback-classic + + + ch.qos.logback + logback-core + ${logback.core.version} + + + commons-codec + commons-codec + ${commons.codec.version} + + + org.apache.commons + commons-compress + ${commons.compress.version} + + + org.apache.commons + commons-lang3 + ${commons.lang3.version} + + + javax.ws.rs + javax.ws.rs-api + ${javax.ws.rs.version} + + + org.codehaus.groovy + groovy + ${groovy.version} + + + org.onap.sdc.sdc-tosca + sdc-tosca + ${sdc.tosca.version} + + + org.onap.aai + rest-client + + + + + org.springframework.boot + spring-boot-starter-test + test + + + org.onap.sdc.sdc-distribution-client + sdc-distribution-client + ${sdc.distribution.client.version} + test + + + org.hamcrest + hamcrest + 2.2 + test + + + org.junit.jupiter + junit-jupiter + 5.10.2 + test + + + org.junit.jupiter + junit-jupiter-api + test + - - org.springframework.boot - spring-boot-starter-test - test - - - org.onap.sdc.sdc-distribution-client - sdc-distribution-client - ${sdc.distribution.client.version} - test - - - junit - junit - 4.12 - test - - - - xmlunit - xmlunit - ${xmlunit.version} + org.xmlunit + xmlunit-legacy test @@ -407,8 +376,32 @@ jakarta.activation-api ${jakarta.activation.version} + + org.springframework.cloud + spring-cloud-starter-sleuth + + + org.springframework.cloud + spring-cloud-sleuth-zipkin + + + org.projectlombok + lombok + 1.18.32 + provided + - + + + + org.springframework.cloud + spring-cloud-dependencies + ${spring-cloud.version} + pom + import + + +