Skip to content

Commit

Permalink
deps: version manage for bcprov deps
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Chan committed Jun 18, 2024
1 parent 9d95c7b commit 53c89c6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion fist-kit-app/fist-security/fist-support-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.77</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
1 change: 0 additions & 1 deletion fist-kit-app/fist-web/fist-boot-web-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.77</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
5 changes: 5 additions & 0 deletions fist-kit-build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,11 @@
<artifactId>friendly-id</artifactId>
<version>${friendly-id.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
<version>${bcprov-18.version}</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>transmittable-thread-local</artifactId>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
<ez-captcha.version>0.1.1</ez-captcha.version>
<dict-mapper.version>0.1.3</dict-mapper.version>
<friendly-id.version>1.1.0</friendly-id.version>
<bcprov-18.version></bcprov-18.version>
<mybatis-spring.version>3.0.3</mybatis-spring.version>
<mybatis-plus.version>3.5.7</mybatis-plus.version>
<mapstruct.version>1.4.2.Final</mapstruct.version>
Expand Down

0 comments on commit 53c89c6

Please sign in to comment.