Newer
Older
evaluationDependsOn(':commonbase')
compile project(':commonbase'),
'springframework:spring-webmvc:+',
'springframework:spring-aop:+',
'javax:servlet-api:+',
'cisd:cisd-args4j:+',
'python:jython:+',
'apache:log4j:+',
'javax:mail:+',
'apache:poi:+',
'twmacinta:fast-md5:+',
'google:gwt-servlet:+',
'jmock:jmock:+',
'testng:testng:+',
'marathon:marathon-spring-util:+',
'lemnik:eodsql:+',
'unimi:fastutil:5.1.5',
anttil
committed
'sis:sis-base:+',
anttil
committed
'rinn:restrictions:+',
'apache:commons-compress:+',
'apache:httpclient:+',
anttil
committed
'eclipse:jetty-client:+',
'apache:commons-csv:+'
testCompile project(path: ':commonbase', configuration: 'tests'),
'fjelmer:classycle:+',
'hamcrest:hamcrest-integration:+',
'hamcrest:hamcrest-library:+'
}
test {
systemProperty "openbis.proxyHost", System.getProperty("openbis.proxyHost")
systemProperty "openbis.proxyPort", System.getProperty("openbis.proxyPort")
}
anttil
committed
testJar {
from "source/java/genericCommonContext.xml"
}