Skip to content

Commit 8f7e49a

Browse files
build: Move mockwebserver from compile to testCompile (#501)
Fixes #500
1 parent 8bea360 commit 8f7e49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ subprojects {
4747
compile "com.google.http-client:google-http-client-xml:1.20.0"
4848
compile "com.google.guava:guava:18.0"
4949
compile "com.squareup.okhttp:okhttp:2.7.2"
50-
compile "com.squareup.okhttp:mockwebserver:2.7.2"
5150
compile "com.squareup.okio:okio:1.6.0"
5251
compile "joda-time:joda-time:2.7"
5352
compile "com.fasterxml.jackson.core:jackson-annotations:2.8.4"
5453
compile "com.fasterxml.jackson.core:jackson-core:2.8.4"
5554
compile "com.fasterxml.jackson.core:jackson-databind:2.8.4"
5655

56+
testCompile "com.squareup.okhttp:mockwebserver:2.7.2"
5757
testCompile "junit:junit:4.12"
5858
}
5959

0 commit comments

Comments
 (0)