Skip to content

Commit

Permalink
Merge pull request #130 from WeBankFinTech/feature/evidence-hash-look…
Browse files Browse the repository at this point in the history
…up-rebase

* Feature/evidence hash lookup rebase
  • Loading branch information
junqizhang-dev authored Feb 23, 2020
2 parents d4f59cb + 1df3d57 commit 87eff37
Show file tree
Hide file tree
Showing 19 changed files with 954 additions and 1,725 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ dependencies {
if (gradleVer.startsWith("4")) {
if (!gradle.startParameter.isOffline()) {
compile logger, lombok, apache_commons, json, mysql_driver, zxing, rpc, pdfbox, protobuf, caffeine
compile("com.webank:weid-contract-java:1.2.12") {
compile("com.webank:weid-contract-java:1.2.14") {
exclude group: "org.slf4j", module: "slf4j-log4j12"
}
compile files("lib/WeDPR-Java-SDK.jar")
Expand All @@ -144,7 +144,7 @@ dependencies {
testAnnotationProcessor 'org.projectlombok:lombok:1.18.10'
testCompileOnly 'org.projectlombok:lombok:1.18.10'
compile logger, apache_commons, json, mysql_driver, zxing, rpc, pdfbox, protobuf, caffeine
compile("com.webank:weid-contract-java:1.2.12") {
compile("com.webank:weid-contract-java:1.2.14") {
exclude group: "org.slf4j", module: "slf4j-log4j12"
}
compile files("lib/WeDPR-Java-SDK.jar")
Expand Down
Loading

0 comments on commit 87eff37

Please sign in to comment.