From 58bad4c9fae60e94810c78c9c88d0baef44c7e9c Mon Sep 17 00:00:00 2001 From: SujitMBRDI Date: Wed, 16 Aug 2023 17:54:41 +0530 Subject: [PATCH] fix(bpdm): removed restricted dependencies --- DEPENDENCIES | 7 +++---- bpdm-bridge-dummy/pom.xml | 5 ----- bpdm-common/pom.xml | 5 ----- bpdm-gate/pom.xml | 5 ----- bpdm-pool/pom.xml | 5 ----- pom.xml | 1 + 6 files changed, 4 insertions(+), 24 deletions(-) diff --git a/DEPENDENCIES b/DEPENDENCIES index a0ac118a0..01b9bb49e 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -4,13 +4,13 @@ maven/mavencentral/com.carrotsearch/hppc/0.8.1, Apache-2.0, approved, CQ22339 maven/mavencentral/com.fasterxml.jackson.core/jackson-annotations/2.15.2, Apache-2.0, approved, #7947 maven/mavencentral/com.fasterxml.jackson.core/jackson-core/2.15.2, MIT AND Apache-2.0, approved, #7932 maven/mavencentral/com.fasterxml.jackson.core/jackson-databind/2.15.2, Apache-2.0, approved, #7934 -maven/mavencentral/com.fasterxml.jackson.dataformat/jackson-dataformat-cbor/2.15.2, Apache-2.0, restricted, clearlydefined -maven/mavencentral/com.fasterxml.jackson.dataformat/jackson-dataformat-smile/2.15.2, Apache-2.0, restricted, clearlydefined +maven/mavencentral/com.fasterxml.jackson.dataformat/jackson-dataformat-cbor/2.15.2, Apache-2.0, approved, #10053 +maven/mavencentral/com.fasterxml.jackson.dataformat/jackson-dataformat-smile/2.15.2, Apache-2.0, approved, #10052 maven/mavencentral/com.fasterxml.jackson.dataformat/jackson-dataformat-toml/2.15.2, Apache-2.0, approved, #9160 maven/mavencentral/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/2.15.2, Apache-2.0, approved, #8802 maven/mavencentral/com.fasterxml.jackson.datatype/jackson-datatype-jdk8/2.15.2, Apache-2.0, approved, #8808 maven/mavencentral/com.fasterxml.jackson.datatype/jackson-datatype-jsr310/2.15.2, Apache-2.0, approved, #7930 -maven/mavencentral/com.fasterxml.jackson.module/jackson-module-kotlin/2.15.2, Apache-2.0, restricted, clearlydefined +maven/mavencentral/com.fasterxml.jackson.module/jackson-module-kotlin/2.15.2, Apache-2.0, approved, #10051 maven/mavencentral/com.fasterxml.jackson.module/jackson-module-parameter-names/2.15.2, Apache-2.0, approved, #8803 maven/mavencentral/com.fasterxml/classmate/1.5.1, Apache-2.0, approved, clearlydefined maven/mavencentral/com.github.spullara.mustache.java/compiler/0.9.10, Apache-2.0, approved, CQ14417 @@ -132,7 +132,6 @@ maven/mavencentral/org.springdoc/springdoc-openapi-starter-webmvc-ui/2.0.0, Apac maven/mavencentral/org.springframework.boot/spring-boot-actuator-autoconfigure/3.1.2, Apache-2.0, approved, #9348 maven/mavencentral/org.springframework.boot/spring-boot-actuator/3.1.2, Apache-2.0, approved, #9342 maven/mavencentral/org.springframework.boot/spring-boot-autoconfigure/3.1.2, Apache-2.0, approved, #9341 -maven/mavencentral/org.springframework.boot/spring-boot-configuration-processor/3.1.2, , restricted, clearlydefined maven/mavencentral/org.springframework.boot/spring-boot-starter-actuator/3.1.2, Apache-2.0, approved, #9344 maven/mavencentral/org.springframework.boot/spring-boot-starter-aop/3.1.2, Apache-2.0, approved, #9338 maven/mavencentral/org.springframework.boot/spring-boot-starter-data-jpa/3.1.2, Apache-2.0, approved, #9733 diff --git a/bpdm-bridge-dummy/pom.xml b/bpdm-bridge-dummy/pom.xml index d2dbc8fa8..913ea88f5 100644 --- a/bpdm-bridge-dummy/pom.xml +++ b/bpdm-bridge-dummy/pom.xml @@ -80,11 +80,6 @@ org.springframework.boot spring-boot-starter-security - - org.springframework.boot - spring-boot-configuration-processor - true - org.springframework.boot spring-boot-starter-validation diff --git a/bpdm-common/pom.xml b/bpdm-common/pom.xml index f4fe973c2..f18247140 100644 --- a/bpdm-common/pom.xml +++ b/bpdm-common/pom.xml @@ -51,11 +51,6 @@ org.springframework.boot spring-boot-starter-web - - org.springframework.boot - spring-boot-configuration-processor - true - org.springdoc springdoc-openapi-starter-common diff --git a/bpdm-gate/pom.xml b/bpdm-gate/pom.xml index 48d8123f9..e9b8c76b3 100644 --- a/bpdm-gate/pom.xml +++ b/bpdm-gate/pom.xml @@ -71,11 +71,6 @@ org.springframework.boot spring-boot-starter-oauth2-client - - org.springframework.boot - spring-boot-configuration-processor - true - org.springframework.boot spring-boot-starter-webflux diff --git a/bpdm-pool/pom.xml b/bpdm-pool/pom.xml index 2a7b7d9d8..44366f22d 100644 --- a/bpdm-pool/pom.xml +++ b/bpdm-pool/pom.xml @@ -75,11 +75,6 @@ org.springframework.boot spring-boot-starter-oauth2-resource-server - - org.springframework.boot - spring-boot-configuration-processor - true - org.springframework.boot spring-boot-starter-webflux diff --git a/pom.xml b/pom.xml index 026007be4..7ddf2eafd 100644 --- a/pom.xml +++ b/pom.xml @@ -233,6 +233,7 @@ src/main/kotlin + org.springframework.boot