Skip to content

Commit

Permalink
Updated fastvm jar for avoiding the package conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
AionJayT committed Mar 11, 2020
1 parent 50ea22d commit 2ab37f8
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Binary file renamed lib/fastvm-39cde69.jar → lib/fastvm-cae6cab.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion modAionImpl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
compile project(':modEvtMgrImpl')
compile project(':modPrecompiled')
compile project(':modTxPool')
compile files("${rootProject.projectDir}/lib/fastvm-39cde69.jar")
compile files("${rootProject.projectDir}/lib/fastvm-cae6cab.jar")
compile 'org.json:json:20180813'
compile 'info.picocli:picocli:4.0.0'
compile files("${rootProject.projectDir}/lib/aion-types-22a3be9.jar")
Expand Down
2 changes: 1 addition & 1 deletion modApiServer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
compile project(':modCrypto')

compile project(':modAionImpl')
compile files("${rootProject.projectDir}/lib/fastvm-93a258f.jar")
compile files("${rootProject.projectDir}/lib/fastvm-cae6cab.jar")
compile project(':modMcf')
compile project(':modEvtMgr')
compile project(':modEvtMgrImpl')
Expand Down
2 changes: 1 addition & 1 deletion modBase/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ unitTest.dependsOn copyNativeLibsForModuleTests
clean.dependsOn deleteNativeLibs

dependencies {
compile files("${rootProject.projectDir}/lib/fastvm-39cde69.jar")
compile files("${rootProject.projectDir}/lib/fastvm-cae6cab.jar")
compile files("${rootProject.projectDir}/lib/aion-types-22a3be9.jar")
compile project(':modUtil')
compile project(':modLogger')
Expand Down
2 changes: 1 addition & 1 deletion modBoot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
compile project(':modMcf')
compile project(':3rdParty.libnzmq')
compile 'org.slf4j:slf4j-api:1.7.25'
compile files("${rootProject.projectDir}/lib/fastvm-f2a39b8.jar")
compile files("${rootProject.projectDir}/lib/fastvm-cae6cab.jar")

testCompile 'junit:junit:4.12'
testCompile 'org.hamcrest:hamcrest-all:1.3'
Expand Down
2 changes: 1 addition & 1 deletion modMcf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
compile 'com.madgag.spongycastle:prov:1.58.0.0'
compile 'com.madgag.spongycastle:core:1.58.0.0'
compile files('../lib/libnsc.jar')
compile files("${rootProject.projectDir}/lib/fastvm-93a258f.jar")
compile files("${rootProject.projectDir}/lib/fastvm-cae6cab.jar")
compile files("${rootProject.projectDir}/lib/aion-types-22a3be9.jar")
compile 'org.slf4j:slf4j-api:1.7.25'
compile 'com.google.guava:guava:25.1-jre'
Expand Down

0 comments on commit 2ab37f8

Please sign in to comment.