Skip to content
Snippets Groups Projects
Commit 6fa41167 authored by vkovtun's avatar vkovtun
Browse files

SSDM-13751: Added another missing dependency for the dropbox V2 API.

parent f16eecf4
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -268,6 +268,7 @@ task dropboxApiJar(type: Jar) {
from project(':server-original-data-store').compileJava.outputs.getFiles().getAsFileTree().matching {
include "ch/systemsx/cisd/etlserver/registrator/api/v2/*.class"
include "ch/systemsx/cisd/etlserver/registrator/api/v2/impl/*.class"
include "ch/systemsx/cisd/openbis/dss/generic/shared/api/**/*.class"
}
}
......
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