Skip to content

Commit

Permalink
Merge pull request FISCO-BCOS#10 from liuqikri/master
Browse files Browse the repository at this point in the history
兼容fisco-bcos1.3.1
  • Loading branch information
fisco-dev authored Aug 9, 2018
2 parents deabcc3 + 7388377 commit 6b5cf0c
Show file tree
Hide file tree
Showing 15 changed files with 363 additions and 302 deletions.
10 changes: 6 additions & 4 deletions evidence/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ repositories {
mavenCentral()
}

List alibaba = [
'com.alibaba:druid:1.0.29',
'com.alibaba:fastjson:1.2.29'
]

List logger = [
"org.slf4j:jul-to-slf4j:1.7.10",
Expand All @@ -39,8 +43,8 @@ List spring =[

// In this section you declare the dependencies for your production and test code
dependencies {
compile logger,spring
runtime logger,spring
compile logger,spring,alibaba
runtime logger,spring,alibaba

compile "com.fasterxml.jackson.core:jackson-databind:2.8.8.1"
runtime "com.fasterxml.jackson.core:jackson-databind:2.8.8.1"
Expand All @@ -52,8 +56,6 @@ dependencies {
runtime 'com.google.guava:guava:19.0'
compile files('lib/web3sdk.jar')
runtime files('lib/web3sdk.jar')
compile files('lib/fastjson-1.2.24.jar')
runtime files('lib/fastjson-1.2.24.jar')
// web3j依赖
compile 'org.apache.httpcomponents:httpclient:4.5.2',
'org.bouncycastle:bcprov-jdk15on:1.54',
Expand Down
Binary file removed evidence/lib/fastjson-1.2.24.jar
Binary file not shown.
Binary file modified evidence/lib/web3sdk.jar
Binary file not shown.
Loading

0 comments on commit 6b5cf0c

Please sign in to comment.