File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
1010apply plugin : " io.spring.dependency-management"
1111
1212group = " io.openfuture.api"
13- version = " 1 .0.0"
13+ version = " 2 .0.0"
1414sourceCompatibility = JavaVersion . VERSION_1_8
1515
1616repositories {
@@ -20,7 +20,9 @@ repositories {
2020 }
2121}
2222
23- ext. s3Version = " 1.11.333"
23+ ext {
24+ s3Version = " 1.11.333"
25+ }
2426
2527dependencies {
2628 // Spring
@@ -37,11 +39,11 @@ dependencies {
3739 runtime(" org.postgresql:postgresql" )
3840 compile(" org.flywaydb:flyway-core" )
3941
40- // Ethereum
42+ // Ethereum
4143 compile(" org.web3j:core:3.4.0" )
4244 compile(" org.ethereum:ethereumj-core:1.7.2-RELEASE" )
4345
44- // AWS
46+ // AWS
4547 compile(" com.amazonaws:aws-java-sdk-s3:${ s3Version} " )
4648
4749 // Kotlin
@@ -52,7 +54,7 @@ dependencies {
5254 // Utils
5355 compile(" commons-io:commons-io:2.6" )
5456
55- // Test
57+ // Test
5658 testCompile(" org.springframework.boot:spring-boot-starter-test" )
5759}
5860
You can’t perform that action at this time.
0 commit comments