Skip to content

Commit

Permalink
[enhancement] remove explicit bcprov-jdk18on dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
A.Alimohammadi authored and A.Alimohammadi committed Dec 13, 2023
1 parent 850e5ad commit 075a820
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,6 @@
<artifactId>tosan-mask-spring-boot-starter</artifactId>
<version>${tosan.mask.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.76</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
5 changes: 0 additions & 5 deletions tosan-httpclient-spring-boot-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5-fluent</artifactId>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.tosan.tools</groupId>
<artifactId>tosan-mask-spring-boot-starter</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions tosan-httpclient-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
</exclusion>
<exclusion>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-core</artifactId>
Expand Down

0 comments on commit 075a820

Please sign in to comment.