From 086e8381d8235db912d935def6491ef321c75a9b Mon Sep 17 00:00:00 2001 From: Piotr Jaszczyk Date: Thu, 30 May 2019 13:04:36 +0200 Subject: Update dependencies and enhance crypt-password lib Change-Id: I7fe56e43d7ff0ac9b50708a6abe2163f7ddf8904 Issue-ID: DCAEGEN2-1542 Signed-off-by: Piotr Jaszczyk --- pom.xml | 510 +++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 261 insertions(+), 249 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 090cb49d..ea0a379e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,260 +1,272 @@ - - 4.0.0 - - org.onap.oparent - oparent - 1.2.1 - - + + 4.0.0 + + org.onap.oparent + oparent + 1.2.1 + + - org.onap.dcaegen2.services - sdk - 1.2.0-SNAPSHOT + org.onap.dcaegen2.services + sdk + 1.2.0-SNAPSHOT - dcaegen2-services-sdk - Common SDK repo for all DCAE Services - pom + dcaegen2-services-sdk + Common SDK repo for all DCAE Services + pom - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + - - 8 - 5.3.1 - 5.3.1 - 1.3.1 - 2.7.4 - 3.11.1 - Californium-SR4 - 1.7.25 - 1.2.3 - 2.23.4 - 3.6.1 - 0.10.0 - 1.6 - 16.0.3 - 3.6.0.2 - 1.1.4 - 1.11.2 - + + 8 + 5.3.1 + 5.3.1 + 1.3.1 + 2.7.5 + 3.12.2 + Californium-SR8 + 1.7.25 + 1.2.3 + 2.28.2 + 3.6.1 + 0.10.0 + 1.6 + 16.0.3 + 3.6.0.2 + 1.1.4 + 1.11.2 + - - rest-services - services - security - standardization - + + rest-services + services + security + standardization + - - - - maven-javadoc-plugin - - - true - false - false - - - - aggregate - site - - aggregate - - - - attach-javadoc - - jar - - - - - - - org.apache.maven.plugins - maven-failsafe-plugin - - + + + + maven-javadoc-plugin + + + true + false + false + + + + aggregate + site + + aggregate + + + + attach-javadoc + + jar + + + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + - - - - org.apache.maven.plugins - maven-resources-plugin - 3.1.0 - - ${project.build.sourceEncoding} - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.0 - - ${java.version} - ${java.version} - ${project.build.sourceEncoding} - true - true - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.22.1 - - - maven-javadoc-plugin - 3.0.1 - - - -Xdoclint:none - - - - - maven-project-info-reports-plugin - 2.9 - - - org.codehaus.mojo - build-helper-maven-plugin - 1.7 - - - com.github.os72 - protoc-jar-maven-plugin - ${protoc-jar-maven-plugin.version} - - - - + + + + org.apache.maven.plugins + maven-resources-plugin + 3.1.0 + + ${project.build.sourceEncoding} + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + ${java.version} + ${java.version} + ${project.build.sourceEncoding} + true + true + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.1 + + + maven-javadoc-plugin + 3.0.1 + + + -Xdoclint:none + + + + + maven-project-info-reports-plugin + 2.9 + + + org.codehaus.mojo + build-helper-maven-plugin + 1.7 + + + com.github.os72 + protoc-jar-maven-plugin + ${protoc-jar-maven-plugin.version} + + + + - - - - maven-project-info-reports-plugin - - - - dependencies - license - - - - - - + + + + maven-project-info-reports-plugin + + + + dependencies + license + + + + + + - - - - com.google.protobuf - protobuf-java - ${protobuf.version} - - - org.immutables - value - ${immutables.version} - - - org.immutables - gson - ${immutables.version} - - - io.vavr - vavr - ${vavr.version} - - - org.apache.commons - commons-text - ${commons-text.version} - - - org.slf4j - jul-to-slf4j - ${slf4j.version} - - - org.slf4j - log4j-over-slf4j - ${slf4j.version} - - - org.slf4j - slf4j-api - ${slf4j.version} - - - org.jetbrains - annotations - ${jetbrains-annotations.version} - - - io.projectreactor - reactor-bom - ${reactor.bom.version} - pom - import - - - ch.qos.logback - logback-classic - ${logback.version} - runtime - - - io.micrometer - micrometer-registry-prometheus - ${micrometer.version} - + + + + com.google.protobuf + protobuf-java + ${protobuf.version} + + + org.immutables + value + ${immutables.version} + + + org.immutables + gson + ${immutables.version} + + + io.vavr + vavr + ${vavr.version} + + + org.apache.commons + commons-text + ${commons-text.version} + + + org.slf4j + jul-to-slf4j + ${slf4j.version} + + + org.slf4j + log4j-over-slf4j + ${slf4j.version} + + + org.slf4j + slf4j-api + ${slf4j.version} + + + org.jetbrains + annotations + ${jetbrains-annotations.version} + + + io.projectreactor + reactor-bom + ${reactor.bom.version} + pom + import + + + ch.qos.logback + logback-classic + ${logback.version} + runtime + + + org.slf4j + jcl-over-slf4j + 1.7.26 + runtime + + + io.micrometer + micrometer-registry-prometheus + ${micrometer.version} + + + org.springframework.security + spring-security-crypto + 5.0.12.RELEASE + - - org.mockito - mockito-core - ${mockito.version} - test - - - org.junit.jupiter - junit-jupiter-engine - ${junit-jupiter.version} - test - - - org.junit.jupiter - junit-jupiter-api - ${junit-jupiter.version} - test - - - org.assertj - assertj-core - ${assertj-core.version} - test - - - org.testcontainers - testcontainers - ${testcontainers.version} - test - - - org.testcontainers - junit-jupiter - ${testcontainers.version} - test - - - - \ No newline at end of file + + org.mockito + mockito-core + ${mockito.version} + test + + + org.junit.jupiter + junit-jupiter-engine + ${junit-jupiter.version} + test + + + org.junit.jupiter + junit-jupiter-api + ${junit-jupiter.version} + test + + + org.assertj + assertj-core + ${assertj-core.version} + test + + + org.testcontainers + testcontainers + ${testcontainers.version} + test + + + org.testcontainers + junit-jupiter + ${testcontainers.version} + test + + + + -- cgit 1.2.3-korg