Skip to content

Commit

Permalink
<fix>(build): adapt new java sdk. (#113) (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyonRay authored Aug 23, 2022
1 parent 510f8e8 commit eac5d72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ configurations.all {
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
}

def log4j_version="2.17.1"
def log4j_version="2.18.0"
List logger = [
"org.apache.logging.log4j:log4j-api:$log4j_version",
// "org.apache.logging.log4j:log4j-core:$log4j_version",
Expand All @@ -47,7 +47,7 @@ List logger = [
dependencies {
implementation 'junit:junit:4.13.1'
compile logger
compile ('org.fisco-bcos.java-sdk:fisco-bcos-java-sdk:3.0.0-rc4')
compile ('org.fisco-bcos.java-sdk:fisco-bcos-java-sdk:3.0.0-SNAPSHOT')
compile ('org.springframework.boot:spring-boot-starter-web')
compileOnly ('org.projectlombok:lombok')
annotationProcessor ('org.projectlombok:lombok')
Expand Down

0 comments on commit eac5d72

Please sign in to comment.