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 f2c8733
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 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
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 f2c8733

Please sign in to comment.