mirror of
https://gitee.com/BDWare/cp.git
synced 2026-02-14 17:39:28 +00:00
optimize build.gradle
This commit is contained in:
@@ -27,7 +27,7 @@ sourceSets {
|
||||
dependencies {
|
||||
implementation project(":common")
|
||||
implementation project(":mockjava")
|
||||
|
||||
implementation 'org.apache.commons:commons-lang3:3.0'
|
||||
implementation 'com.atlassian.commonmark:commonmark:0.17.0'
|
||||
implementation 'com.idealista:format-preserving-encryption:1.0.0'
|
||||
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
|
||||
@@ -35,9 +35,9 @@ dependencies {
|
||||
implementation 'org.apache.commons:commons-math3:3.6.1'
|
||||
implementation 'org.codehaus.groovy:groovy-all:3.0.8'
|
||||
implementation 'org.jsoup:jsoup:1.14.2'
|
||||
|
||||
implementation 'org.apache.httpcomponents:httpclient:4.5.13'
|
||||
implementation fileTree(dir: 'lib', include: '*.jar')
|
||||
|
||||
implementation 'io.grpc:grpc-all:1.41.0'
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user