fix: startContract

This commit is contained in:
CaiHQ 2022-04-21 23:21:10 +08:00
parent 87e466bd81
commit fcac07115f
2 changed files with 7 additions and 2 deletions

View File

@ -8,6 +8,8 @@ version '1.0-SNAPSHOT'
sourceCompatibility = 1.8
repositories {
mavenLocal()
maven { url 'https://maven.aliyun.com/repository/public' }
mavenCentral()
}
@ -31,11 +33,12 @@ sourceSets {
}
dependencies {
//api 'org.bdware.bdcontract:gmhelper:0.1.0'
api project(":gmhelper")
api 'javax.websocket:javax.websocket-api:1.1'
api 'log4j:log4j:1.2.17'
api 'org.apache.logging.log4j:log4j-core:2.14.1'
api 'org.apache.logging.log4j:log4j-api:2.14.1'
api 'org.apache.logging.log4j:log4j-core:2.17.2'
api 'org.apache.logging.log4j:log4j-api:2.17.2'
api 'org.glassfish.tyrus.bundles:tyrus-standalone-client:1.17'
testImplementation 'junit:junit:4.13.2'
}

View File

@ -110,4 +110,6 @@ public abstract class SmartContractHandler implements Handler {
t.printStackTrace();
}
}
}