fix: HttpEngine tests

This commit is contained in:
Hannes Janetzek
2014-04-02 07:07:30 +02:00
parent 3f9847f617
commit 5c277f4d54
5 changed files with 33 additions and 31 deletions

View File

@@ -3,6 +3,7 @@ apply plugin: 'maven'
dependencies {
compile project(':vtm')
compile 'com.squareup.okhttp:okhttp:1.5.2'
testCompile 'junit:junit:4.11'
testCompile 'org.mockito:mockito-all:1.9.5'
testCompile 'org.easytesting:fest-assert-core:2.0M10'