Skip to content

Commit

Permalink
更新 gradle 配置
Browse files Browse the repository at this point in the history
  • Loading branch information
micyo202 committed Nov 26, 2021
1 parent 89920fc commit ef2588c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ allprojects {
set('httpclientVersion', "4.5.12")
set('servletVersion', "4.0.1")
set('servoVersion', "0.13.0")
set('bouncyCastleVersion', "1.69")
}

dependencyManagement {
Expand All @@ -92,6 +93,7 @@ allprojects {
dependency "org.apache.commons:commons-lang3:${commonsLangVersion}"
dependency "org.apache.commons:commons-collections4:${commonsCollections4Version}"
dependency "com.thoughtworks.xstream:xstream:${xstreamVersion}"
dependency "org.bouncycastle:bcprov-jdk15on:${bouncyCastleVersion}"
dependency "org.apache.httpcomponents:httpclient:${httpclientVersion}"
dependency "javax.servlet:javax.servlet-api:${servletVersion}"
dependency "com.netflix.servo:servo-core:${servoVersion}"
Expand Down
2 changes: 2 additions & 0 deletions lion-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ dependencies {

compileOnly 'javax.servlet:javax.servlet-api'

implementation 'org.bouncycastle:bcprov-jdk15on'

compileOnly 'com.baomidou:mybatis-plus-boot-starter'
compileOnly 'com.github.pagehelper:pagehelper-spring-boot-starter'

Expand Down

0 comments on commit ef2588c

Please sign in to comment.