Skip to content

Commit

Permalink
Merge pull request #296 from WeBankFinTech/release/1.8.1
Browse files Browse the repository at this point in the history
Release/1.8.1
  • Loading branch information
yanggang-JV committed Apr 25, 2021
2 parents 50f964b + ddb71db commit d85b6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ dependencies {
localDeps 'org.projectlombok:lombok:1.18.10'
if (!gradle.startParameter.isOffline()) {
compile logger, lombok, apache_commons, json, mysql_driver, redisson, zxing, rpc, pdfbox, protobuf, caffeine, oval
compile("com.webank:weid-contract-java:1.2.30-rc.8-SNAPSHOT") {
compile("com.webank:weid-contract-java:1.2.30") {
exclude group: "org.slf4j", module: "slf4j-log4j12"
}
compile fileTree(dir: 'lib', include: '*.jar')
Expand Down

0 comments on commit d85b6a1

Please sign in to comment.