Skip to content

Commit

Permalink
Add all provider modules as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jskov-jyskebank-dk committed Jun 28, 2018
1 parent e80f807 commit a85cd37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
public class OpenApiModule extends BasicGeneratingModule implements ApiFeatureProviderModule, ApiRegistryAwareModule, ApiRegistryProviderModule, DocumentationProviderModule {
private static final String OPENAPI_MODULENAME = "openapi";

private static final List<String> DEPENDENCY_MODULES = Arrays.asList("jackson", "jaxb", "jaxrs");
private static final List<String> DEPENDENCY_MODULES = Arrays.asList("jackson", "jackson1", "jaxb", "jaxrs", "jaxws", "spring-web");

private ApiRegistry apiRegistry;
private File defaultDocsDir;
Expand Down

0 comments on commit a85cd37

Please sign in to comment.