Newer
Older
Adam Laskowski
committed
evaluationDependsOn(':lib-commonbase')
Adam Laskowski
committed
evaluationDependsOn(':lib-common')
evaluationDependsOn(':api-data-store-server-java')
Adam Laskowski
committed
apply from: '../build/javaproject.gradle'
dependencies {
piotr.kupczyk@id.ethz.ch
committed
api project(':lib-common'), project(':api-data-store-server-java'),
Adam Laskowski
committed
'sis:sis-file-transfer:19.03.1',
'fasterxml:jackson-core:2.9.10',
'fasterxml:jackson-annotations:2.9.10'
Adam Laskowski
committed
testImplementation project(path: ':lib-commonbase', configuration: 'tests'),
Adam Laskowski
committed
project(path: ':lib-common', configuration: 'tests'),
Adam Laskowski
committed
'fjelmer:classycle:1.4.2',
'testng:testng:6.8-CISD',
'reflections:reflections:0.9.10'