Skip to content

Commit

Permalink
Add ivy dependency for Grape to work its magic..
Browse files Browse the repository at this point in the history
  • Loading branch information
ozangunalp committed Mar 9, 2017
1 parent b196fcf commit 04b5378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies {
compile group: 'com.cloudbees', name: 'groovy-cps', version: '1.11'
compile group: 'org.assertj', name: 'assertj-core', version: '3.4.1'
compile group: 'commons-io', name: 'commons-io', version: '2.5'
compile group: 'org.apache.ivy', name: 'ivy', version: '2.4.0'
testCompile group: 'junit', name: 'junit', version: '4.11'
}

Expand Down

0 comments on commit 04b5378

Please sign in to comment.