Made tests run. Too many failures to make it worth fixing.

This commit is contained in:
Erik C. Thauvin 2017-05-21 12:03:47 -07:00
parent 9c2c96acaa
commit c9cc8e2615
52 changed files with 4 additions and 2 deletions

View file

@ -8,6 +8,8 @@ defaultTasks 'assemble'
repositories {
mavenCentral()
maven { url 'http://repository.jboss.org/nexus/content/groups/public-jboss/' }
maven { url 'http://download.osgeo.org/webdav/geotools/' }
}
dependencies {
@ -20,7 +22,7 @@ dependencies {
testCompile group: 'junit', name: 'junit', version:'3.8.2'
testCompile group: 'httpunit', name: 'httpunit', version:'1.6'
testCompile group: 'junitperf', name: 'junitperf', version:'1.9.1'
testCompile group: 'groboutils', name: 'groboutils-core', version:'5'
testCompile group: 'net.sourceforge.groboutils', name: 'groboutils-core', version:'5'
}
compileJava {