From 075a82072aa39d6775a1b9d605a1bd3c54efcd47 Mon Sep 17 00:00:00 2001 From: "A.Alimohammadi" Date: Wed, 13 Dec 2023 09:12:01 +0330 Subject: [PATCH] [enhancement] remove explicit bcprov-jdk18on dependency version --- pom.xml | 6 ------ tosan-httpclient-spring-boot-core/pom.xml | 5 ----- tosan-httpclient-spring-boot-starter/pom.xml | 4 ---- 3 files changed, 15 deletions(-) diff --git a/pom.xml b/pom.xml index 521e296..662e7d1 100644 --- a/pom.xml +++ b/pom.xml @@ -75,12 +75,6 @@ tosan-mask-spring-boot-starter ${tosan.mask.version} - - org.bouncycastle - bcprov-jdk18on - 1.76 - runtime - diff --git a/tosan-httpclient-spring-boot-core/pom.xml b/tosan-httpclient-spring-boot-core/pom.xml index d712a66..4f3eff1 100644 --- a/tosan-httpclient-spring-boot-core/pom.xml +++ b/tosan-httpclient-spring-boot-core/pom.xml @@ -52,11 +52,6 @@ org.apache.httpcomponents.client5 httpclient5-fluent - - org.bouncycastle - bcprov-jdk18on - runtime - com.tosan.tools tosan-mask-spring-boot-starter diff --git a/tosan-httpclient-spring-boot-starter/pom.xml b/tosan-httpclient-spring-boot-starter/pom.xml index 5f411d9..152d0dd 100644 --- a/tosan-httpclient-spring-boot-starter/pom.xml +++ b/tosan-httpclient-spring-boot-starter/pom.xml @@ -90,10 +90,6 @@ org.springframework.boot spring-boot-starter-logging - - org.bouncycastle - bcpkix-jdk15on - io.github.openfeign feign-core