Skip to content
Snippets Groups Projects
build.gradle 761 B
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:+',
felmer's avatar
felmer committed
            'hamcrest:hamcrest-integration:+',
            'hamcrest:hamcrest-library:+'
felmer's avatar
felmer committed
            exclude group: 'hamcrest', module: 'hamcrest-core'
        }
felmer's avatar
felmer committed
    from ('targets/dist') {
        include 'BUILD*INFO'
    }
    exclude 'ch/systemsx/cisd/openbis/knime/query'
    exclude 'ch/systemsx/cisd/openbis/knime/common'
    exclude 'ch/systemsx/cisd/openbis/knime/file'
}