From c47172ca9a20467f4633bb5eb4b8500f5875fc23 Mon Sep 17 00:00:00 2001 From: Anatoly Karlov Date: Mon, 12 Sep 2022 19:55:22 +0700 Subject: [PATCH] bump deps, transfer permanent deps from lib (#42) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pom.xml | 661 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 343 insertions(+), 318 deletions(-) diff --git a/pom.xml b/pom.xml index b13c63f..ba5fdc7 100644 --- a/pom.xml +++ b/pom.xml @@ -1,329 +1,354 @@ - - org.springframework.boot - spring-boot-starter-parent - 2.7.1 - - 4.0.0 - pom + 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"> + + org.springframework.boot + spring-boot-starter-parent + 2.7.3 + + 4.0.0 + pom - dev.vality - service-parent-pom - 1.0.18 + dev.vality + service-parent-pom + 1.0.19 - Vality parent - Vality library parent pom - https://github.com/valitydev/service-parent-pom - - - - Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0 - - - - + Vality parent + Vality library parent pom https://github.com/valitydev/service-parent-pom - scm:git:ssh://github.com/valitydev/service-parent-pom.git - scm:git:git://github.com/valitydev/service-parent-pom.git - - - - devs@vality.dev - Vality - https://vality.dev - - + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + - - UTF-8 - ossrh - https://s01.oss.sonatype.org/content/repositories/releases - ossrh - https://s01.oss.sonatype.org/content/repositories/snapshots - ossrh - https://s01.oss.sonatype.org/ - - https://raw.githubusercontent.com/valitydev/java-checkstyle-config/master/conf/valitydev_google_checkstyle.xml - - https://raw.githubusercontent.com/valitydev/java-checkstyle-config/master/conf/checkstyle-suppressions.xml - c0612d6052ac049496b72a23a04acb142035f249 - 1.0.1 - + + https://github.com/valitydev/service-parent-pom + scm:git:ssh://github.com/valitydev/service-parent-pom.git + scm:git:git://github.com/valitydev/service-parent-pom.git + + + + + devs@vality.dev + Vality + https://vality.dev + + + + + UTF-8 + ossrh + https://s01.oss.sonatype.org/content/repositories/releases + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + ossrh + https://s01.oss.sonatype.org/ + + https://raw.githubusercontent.com/valitydev/java-checkstyle-config/master/conf/valitydev_google_checkstyle.xml + + + https://raw.githubusercontent.com/valitydev/java-checkstyle-config/master/conf/checkstyle-suppressions.xml + + c0612d6052ac049496b72a23a04acb142035f249 + 1.0.1 + 1.0.4 + + + + + + dev.vality + java-service-dependencies + 1.0.18 + pom + import + + + - - - dev.vality - java-service-dependencies - 1.0.17 - pom - import - + + dev.vality.woody + woody-thrift + ${woody.version} + + + dev.vality.woody + woody-api + ${woody.version} + + + dev.vality + shared-resources + ${shared-resources.version} + + + org.projectlombok + lombok + + + io.micrometer + micrometer-core + + + io.micrometer + micrometer-registry-prometheus + + + org.junit.jupiter + junit-jupiter-engine + test + + + org.junit.vintage + junit-vintage-engine + test + - - - - io.micrometer - micrometer-core - - - io.micrometer - micrometer-registry-prometheus - - - org.junit.jupiter - junit-jupiter-engine - test - - - org.junit.vintage - junit-vintage-engine - test - - - - - - deploy - - - ${pubSnapRepoId} - ${pubSnapRepo} - - - ${pubRepoId} - ${pubRepo} - - - - - ${pubSnapRepoId} - ${pubSnapRepo} - - false - - - true - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.4.0 - - - attach-javadocs - - jar - - - none - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.13 - true - - ${pubStagingRepoId} - ${pubStagingRepo} - ${autoReleaseAfterClose} - - - - org.apache.maven.plugins - maven-gpg-plugin - 3.0.1 - - - sign-artifacts - verify - - sign - - - - --pinentry-mode - loopback - - - - - - - - - - common - - true - - env.MVN_PROFILE - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - - build-info - - - - - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - - jar-no-fork - - - - - - pl.project13.maven - git-commit-id-plugin - - false - true - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 3.1.2 - - - com.puppycrawl.tools - checkstyle - 9.3 - - - - - validate - validate - - ${checkstyle.config.path} - UTF-8 - true - true - warning - - ${project.build.sourceDirectory} - - true - ${checkstyle.config.suppressions.path} - - - check - - - - - - org.jacoco - jacoco-maven-plugin - 0.8.8 - - - **/model/**/*> - **/domain/**/*> - **/dto/**/*> - **/enums/**/*> - **/property/**/*> - **/properties/**/*> - **/exception/**/*> - **/config/**/*> - **/servlet/**/*> - - - - - prepare-agent - - prepare-agent - - - - report - test - - report - - - - - - org.codehaus.gmaven - groovy-maven-plugin - 2.1.1 - - - test - - execute - - - https://raw.githubusercontent.com/valitydev/test-coverage-analysis-script/master/script/TestCoverageAnalysis.groovy - - - - - - org.apache.maven.plugins - maven-resources-plugin - - 3.2.0 - - - org.apache.maven.plugins - maven-surefire-plugin - 3.0.0-M7 - - - org.apache.maven.plugins - maven-failsafe-plugin - 3.0.0-M7 - - - - integration-test - verify - - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 15 - 15 - - - - - - - + + + deploy + + + ${pubSnapRepoId} + ${pubSnapRepo} + + + ${pubRepoId} + ${pubRepo} + + + + + ${pubSnapRepoId} + ${pubSnapRepo} + + false + + + true + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.4.1 + + + attach-javadocs + + jar + + + none + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 + true + + ${pubStagingRepoId} + ${pubStagingRepo} + ${autoReleaseAfterClose} + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.0.1 + + + sign-artifacts + verify + + sign + + + + --pinentry-mode + loopback + + + + + + + + + + common + + true + + env.MVN_PROFILE + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + build-info + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + + pl.project13.maven + git-commit-id-plugin + + false + true + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.2.0 + + + com.puppycrawl.tools + checkstyle + 10.3.3 + + + + + validate + validate + + ${checkstyle.config.path} + UTF-8 + true + true + warning + + ${project.build.sourceDirectory} + + true + ${checkstyle.config.suppressions.path} + + + check + + + + + + org.jacoco + jacoco-maven-plugin + 0.8.8 + + + **/model/**/*> + **/domain/**/*> + **/dto/**/*> + **/enums/**/*> + **/property/**/*> + **/properties/**/*> + **/exception/**/*> + **/config/**/*> + **/servlet/**/*> + + + + + prepare-agent + + prepare-agent + + + + report + test + + report + + + + + + org.codehaus.gmaven + groovy-maven-plugin + 2.1.1 + + + test + + execute + + + + https://raw.githubusercontent.com/valitydev/test-coverage-analysis-script/master/script/TestCoverageAnalysis.groovy + + + + + + + org.apache.maven.plugins + maven-resources-plugin + + 3.2.0 + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M7 + + + org.apache.maven.plugins + maven-failsafe-plugin + 3.0.0-M7 + + + + integration-test + verify + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 15 + 15 + + + + + + +