Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
pollseed committed Dec 10, 2015
1 parent 5d09e87 commit 2d0b4cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ dependencies {
compile 'commons-codec:commons-codec:1.10'
compile 'commons-beanutils:commons-beanutils:1.9.2'
compile 'com.tictactec:ta-lib:0.4.0'
compile 'com.atilika.kuromoji:kuromoji-jumandic:0.9.0'
}

buildscript {
Expand All @@ -71,4 +72,4 @@ jacocoTestReport {

task wrapper(type: Wrapper) {
gradleVersion = '2.8'
}
}

0 comments on commit 2d0b4cd

Please sign in to comment.