From 416570e8266e3f840229c030d56aba9e3cbce75a Mon Sep 17 00:00:00 2001 From: dhruvjoshi Date: Fri, 24 May 2024 15:50:53 +0530 Subject: [PATCH] INFRA-2701 | Dhruv | Fix pom and checkstyle --- .idea/codeStyles/Project.xml | 24 -- pom.xml | 601 ++++++++++++++++++----------------- 2 files changed, 305 insertions(+), 320 deletions(-) diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 48319bb5..7de3e05b 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -16,30 +16,6 @@ - - - - - - - - - - - diff --git a/pom.xml b/pom.xml index f5c2243e..07f1f4c7 100644 --- a/pom.xml +++ b/pom.xml @@ -1,21 +1,316 @@ - + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 2.2.6.RELEASE + + + com.navi.infra deployment-portal-backend + 0.0.1-SNAPSHOT + Deployment-Portal + Manage Deployment Manifest File + + + 11 + 2.17.0 + ${java.version} + target/classes + + + + + + software.amazon.awssdk + bom + 2.21.29 + pom + import + + + + + + + com.slack.api + slack-api-client + 1.38.3 + + + com.flipkart.zjsonpatch + zjsonpatch + 0.4.14 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + 2.12.5 + + + org.springframework.boot + spring-boot-devtools + true + provided + + + org.springframework.boot + spring-boot-starter-validation + + + org.springframework.boot + spring-boot-starter-data-jpa + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-logging + + + + + org.springframework.boot + spring-boot-starter-actuator + + + io.jsonwebtoken + jjwt-api + 0.11.5 + + + io.jsonwebtoken + jjwt-impl + 0.11.5 + runtime + + + io.jsonwebtoken + jjwt-jackson + 0.11.5 + runtime + + + org.springframework + spring-core + + + + software.amazon.awssdk + ecr + 2.15.19 + + + software.amazon.awssdk + s3 + + + org.springframework.boot + spring-boot-starter-security + + + org.springframework.security + spring-security-config + + + org.springframework.security + spring-security-oauth2-client + + + org.springframework.security + spring-security-oauth2-jose + + + org.springframework.session + spring-session-jdbc + + + org.flywaydb + flyway-core + + + org.apache.httpcomponents + httpclient + 4.5.13 + + + httpmime + org.apache.httpcomponents + 4.5.13 + + + + io.micrometer + micrometer-core + 1.3.3 + + + io.micrometer + micrometer-registry-prometheus + 1.3.2 + + + org.projectlombok + lombok + 1.18.30 + true + + + org.postgresql + postgresql + + + com.networknt + json-schema-validator + 1.0.40 + + + commons-io + commons-io + 2.7 + + + org.apache.commons + commons-text + 1.10.0 + + + com.bettercloud + vault-java-driver + 5.1.0 + + + io.kubernetes + client-java + 8.0.2 + + + com.vladmihalcea + hibernate-types-52 + 2.2.0 + + + com.databricks + sjsonnet_2.13 + 0.4.2 + + + com.googlecode.json-simple + json-simple + 1.1.1 + + + co.elastic.logging + log4j2-ecs-layout + 0.5.2 + + + org.springframework.boot + spring-boot-starter-log4j2 + 2.3.4.RELEASE + + + + org.json + json + 20200518 + + + + spring-boot-starter-test + org.springframework.boot + test + + + org.glassfish + javax.json + 1.1.4 + + + org.springframework.security + spring-security-test + test + + + + org.testcontainers + vault + 1.15.3 + test + + + org.testcontainers + junit-jupiter + 1.15.3 + test + + + org.testcontainers + postgresql + 1.15.3 + test + + + org.skyscreamer + jsonassert + 1.5.0 + test + + + net.java.dev.jna + jna + 5.9.0 + test + + + net.java.dev.jna + jna-platform + 5.9.0 + test + + + org.springframework.retry + spring-retry + 1.3.4 + + + + + com.jayway.jsonpath + json-path + 2.9.0 + + + + + + com.opencsv + opencsv + 5.9 + + + + - spring-boot-maven-plugin org.springframework.boot + spring-boot-maven-plugin - sonar-maven-plugin org.sonarsource.scanner.maven + sonar-maven-plugin 3.7.0.1746 + org.jacoco jacoco-maven-plugin + 0.8.10 @@ -24,13 +319,17 @@ + post-unit-test + test report - post-unit-test - test + jacoco-check + + check + @@ -42,14 +341,8 @@ - - check - - jacoco-check - org.jacoco - 0.8.10 maven-clean-plugin @@ -72,288 +365,4 @@ - - - slack-api-client - com.slack.api - 1.38.3 - - - zjsonpatch - com.flipkart.zjsonpatch - 0.4.14 - - - jackson-dataformat-yaml - com.fasterxml.jackson.dataformat - 2.12.5 - - - spring-boot-devtools - org.springframework.boot - true - provided - - - spring-boot-starter-validation - org.springframework.boot - - - spring-boot-starter-data-jpa - org.springframework.boot - - - spring-boot-starter-web - - - spring-boot-starter-logging - org.springframework.boot - - - org.springframework.boot - - - spring-boot-starter-actuator - org.springframework.boot - - - jjwt-api - io.jsonwebtoken - 0.11.5 - - - jjwt-impl - io.jsonwebtoken - runtime - 0.11.5 - - - jjwt-jackson - io.jsonwebtoken - runtime - 0.11.5 - - - spring-core - org.springframework - - - - ecr - software.amazon.awssdk - 2.15.19 - - - s3 - software.amazon.awssdk - - - spring-boot-starter-security - org.springframework.boot - - - spring-security-config - org.springframework.security - - - spring-security-oauth2-client - org.springframework.security - - - spring-security-oauth2-jose - org.springframework.security - - - spring-session-jdbc - org.springframework.session - - - flyway-core - org.flywaydb - - - httpclient - org.apache.httpcomponents - 4.5.13 - - - httpmime - org.apache.httpcomponents - 4.5.13 - - - - micrometer-core - io.micrometer - 1.3.3 - - - micrometer-registry-prometheus - io.micrometer - 1.3.2 - - - lombok - org.projectlombok - true - 1.18.30 - - - postgresql - org.postgresql - - - json-schema-validator - com.networknt - 1.0.40 - - - commons-io - commons-io - 2.7 - - - commons-text - org.apache.commons - 1.10.0 - - - vault-java-driver - com.bettercloud - 5.1.0 - - - client-java - io.kubernetes - 8.0.2 - - - hibernate-types-52 - com.vladmihalcea - 2.2.0 - - - sjsonnet_2.13 - com.databricks - 0.4.2 - - - json-simple - com.googlecode.json-simple - 1.1.1 - - - log4j2-ecs-layout - co.elastic.logging - 0.5.2 - - - spring-boot-starter-log4j2 - org.springframework.boot - 2.3.4.RELEASE - - - - json - org.json - 20200518 - - - - spring-boot-starter-test - org.springframework.boot - test - - - javax.json - org.glassfish - 1.1.4 - - - spring-security-test - org.springframework.security - test - - - - vault - org.testcontainers - test - 1.15.3 - - - junit-jupiter - org.testcontainers - test - 1.15.3 - - - postgresql - org.testcontainers - test - 1.15.3 - - - jsonassert - org.skyscreamer - test - 1.5.0 - - - jna - net.java.dev.jna - test - 5.9.0 - - - jna-platform - net.java.dev.jna - test - 5.9.0 - - - spring-retry - org.springframework.retry - 1.3.4 - - - - - json-path - com.jayway.jsonpath - 2.9.0 - - - - - - bom - software.amazon.awssdk - import - pom - 2.21.29 - - - - Manage Deployment Manifest File - com.navi.infra - 4.0.0 - - Deployment-Portal - - - spring-boot-starter-parent - org.springframework.boot - - 2.2.6.RELEASE - - - - 11 - 2.17.0 - target/classes - ${java.version} - - - 0.0.1-SNAPSHOT