Skip to content

Commit

Permalink
update gadtry version = 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
harbby committed Dec 1, 2018
1 parent af82f5c commit ff865d4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ allprojects {
joda_time: '2.9.3',
log4j12 : '1.7.21',
guice : '4.2.1',
gadtry : '1.0.1',
guava : '25.1-jre',
jackson : '2.9.5',
jersey : '2.27'
Expand Down Expand Up @@ -60,7 +61,7 @@ subprojects {
}

checkstyle {
toolVersion '8.11'
toolVersion '8.12'
showViolations true
}

Expand Down
2 changes: 2 additions & 0 deletions sylph-main/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ ext.moduleName = 'ideal.sylph.main'
apply plugin: 'application'

dependencies {
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.8.1'

compile project(':sylph-controller')
compile(project(':sylph-spi'))

Expand Down
2 changes: 1 addition & 1 deletion sylph-spi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
compile group: 'org.slf4j', name: 'slf4j-log4j12', version: deps.log4j12

compile(project(':sylph-etl-api'))
compile group: 'com.github.harbby', name: 'gadtry', version: '1.0.0'
compile group: 'com.github.harbby', name: 'gadtry', version: deps.gadtry
compile group: 'org.javassist', name: 'javassist', version: '3.23.1-GA'
compile group: 'commons-io', name: 'commons-io', version: '2.6'

Expand Down
2 changes: 1 addition & 1 deletion sylph-yarn/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ dependencies {

compileOnly(project(':sylph-spi'))

runtime group: 'com.github.harbby', name: 'gadtry', version: '1.0.0'
compile group: 'com.github.harbby', name: 'gadtry', version: deps.gadtry
}

0 comments on commit ff865d4

Please sign in to comment.