Newer
Older
apply from: '../gradle/javaproject.gradle'
dependencies {
compile 'cisd:cisd-base:+',
'apache:log4j:+',
'knime:knime:+',
'openbis:dss:+',
'openbis:query:+',
'rinn:restrictions:+'
testCompile 'testng:testng:+',
'hamcrest:hamcrest-integration:+',
'hamcrest:hamcrest-library:+'
testCompile ('jmock:jmock:+') {
exclude group: 'hamcrest', module: 'hamcrest-core'
}
}
jar {
baseName = 'openbis-knime-server'