Skip to content
Snippets Groups Projects
Commit 2b194f96 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Factored ManagerResource out as interface in order to be able to use client from VIPSBatch

parent e391b5a4
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,5 @@ public class VIPSCoreApplication extends Application
*/
private void addRestResourceClasses(Set<Class<?>> resources) {
resources.add(no.bioforsk.vips.core.config.JacksonConfig.class);
resources.add(no.bioforsk.vips.core.service.ModelResource.class);
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment