Skip to content
Snippets Groups Projects
Commit 7b513cf6 authored by pkupczyk's avatar pkupczyk
Browse files

SSDM-714 : Implement OAI-PMH support in openBIS - add xoai library

SVN: 32256
parent 7f1529a4
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,8 @@ dependencies { ...@@ -25,7 +25,8 @@ dependencies {
'shriop:javacsv:+', 'shriop:javacsv:+',
'cisd:cisd-image-readers:+', 'cisd:cisd-image-readers:+',
'hjg:pngj:+', 'hjg:pngj:+',
'apache:commons-fileupload:+' 'apache:commons-fileupload:+',
'lyncode:xoai-data-provider:+'
runtime 'sun:jai:+' runtime 'sun:jai:+'
......
...@@ -16,9 +16,9 @@ ...@@ -16,9 +16,9 @@
package ch.systemsx.cisd.openbis.common.api.server.json; package ch.systemsx.cisd.openbis.common.api.server.json;
import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.is; import static org.hamcrest.Matchers.is;
import static org.hamcrest.collection.IsCollectionContaining.hasItems; import static org.hamcrest.core.IsCollectionContaining.hasItems;
import java.util.Collection; import java.util.Collection;
import java.util.List; import java.util.List;
......
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