Newer
Older
evaluationDependsOn(':commonbase')
compile project(':commonbase'),
'springframework:spring-webmvc:5.0.1.RELEASE',
'springframework:spring-aop:5.0.1.RELEASE',
'javax:servlet-api:3.1.0',
'cisd:cisd-args4j:9.11.2',
'python:jython:2.5.2',
'python:jython27:2.7.1',
'apache:log4j:1.2.15',
'javax:activation:1.1.1',
'javax:mail:1.4.3',
'apache:poi:3.17',
'twmacinta:fast-md5:2.6.1',
'google:gwt-servlet:2.4',
'testng:testng:6.8-CISD',
'marathon:marathon-spring-util:1.2.5',
'lemnik:eodsql:2.2-CISD',
'unimi:fastutil:5.1.5',
'sis:sis-base:18.09.0',
'rinn:restrictions:1.0.2',
'apache:commons-compress:1.8',
'apache:httpclient:4.3.6',
'eclipse:jetty-client:9.4.14.v20181114',
'apache:commons-csv:1.2'
// our jmock version uses hamcrest 1.1 but we use 1.3
compile('jmock:jmock:2.5.1') {
exclude group: 'hamcrest', module: 'hamcrest-core'
exclude group: 'hamcrest', module: 'hamcrest-library'
testCompile project(path: ':commonbase', configuration: 'tests'),
'fjelmer:classycle:1.4.2',
'hamcrest:hamcrest-integration:1.3',
'hamcrest:hamcrest-library:1.3'
if (System.getProperty("openbis.proxyHost") != null) {
systemProperty "openbis.proxyHost", System.getProperty("openbis.proxyHost")
}
if (System.getProperty("openbis.proxyPort") != null) {
systemProperty "openbis.proxyPort", System.getProperty("openbis.proxyPort")
}
anttil
committed
testJar {
from "source/java/genericCommonContext.xml"
}