Commit 18f72700 authored by Jeff Burke's avatar Jeff Burke
Browse files

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

parent 3942c9c4
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 group: 'junit:junit:4.+'
    testCompile group: 'org.easymock:easymock:3.+'
    testCompile: 'junit:junit:4.+'
    testCompile: 'org.easymock:easymock:3.+'
}