Commit 848e7d7b authored by Jeff Burke's avatar Jeff Burke
Browse files

s1970: again fix testCompile dependencies in cadc-cdp-server gradle.build

parent 18f72700
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,6 +27,6 @@ dependencies {
    compile 'org.opencadc:cadc-cdp:1.+'
    compile 'org.opencadc:cadc-vosi:1.+'

    testCompile: 'junit:junit:4.+'
    testCompile: 'org.easymock:easymock:3.+'
    testCompile 'junit:junit:4.+'
    testCompile 'org.easymock:easymock:3.+'
}