Skip to content
Snippets Groups Projects
Commit 913c8b82 authored by anttil's avatar anttil
Browse files

SWE-22 / SP-612: Missing runtime dependency from DSS.

SVN: 29849
parent 5deaec88
No related branches found
No related tags found
No related merge requests found
...@@ -18,11 +18,13 @@ dependencies { ...@@ -18,11 +18,13 @@ dependencies {
'cisd:cisd-image-readers:+', 'cisd:cisd-image-readers:+',
'hjg:pngj:+', 'hjg:pngj:+',
'apache:commons-fileupload:+' 'apache:commons-fileupload:+'
runtime 'sun:jai:+'
testCompile project(path: ':common', configuration: 'tests'), testCompile project(path: ':common', configuration: 'tests'),
project(path: ':openbis-common', configuration: 'tests'), project(path: ':openbis-common', configuration: 'tests'),
project(path: ':openbis', configuration: 'tests') project(path: ':openbis', configuration: 'tests')
} }
sourceSets { sourceSets {
......
includeFlat 'common', 'openbis_api', 'openbis-common', 'authentication', 'dbmigration', 'openbis', 'datastore-server', 'screening', 'deep-sequencing-unit' includeFlat 'common', 'openbis_api', 'openbis-common', 'authentication', 'dbmigration', 'openbis', 'datastore-server', 'screening'
project(':common').projectDir = new File(settingsDir, '../common') project(':common').projectDir = new File(settingsDir, '../common')
project(':openbis_api').projectDir = new File(settingsDir, '../openbis_api') project(':openbis_api').projectDir = new File(settingsDir, '../openbis_api')
project(':openbis-common').projectDir = new File(settingsDir, '../openbis-common') project(':openbis-common').projectDir = new File(settingsDir, '../openbis-common')
...@@ -7,4 +7,3 @@ project(':dbmigration').projectDir = new File(settingsDir, '../dbmigration') ...@@ -7,4 +7,3 @@ project(':dbmigration').projectDir = new File(settingsDir, '../dbmigration')
project(':openbis').projectDir = new File(settingsDir, '../openbis') project(':openbis').projectDir = new File(settingsDir, '../openbis')
project(':datastore-server').projectDir = new File(settingsDir, '../datastore_server') project(':datastore-server').projectDir = new File(settingsDir, '../datastore_server')
project(':screening').projectDir = new File(settingsDir, '../screening') project(':screening').projectDir = new File(settingsDir, '../screening')
project(':deep-sequencing-unit').projectDir = new File(settingsDir, '../deep_sequencing_unit')
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment