We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6721e95 commit 86b7a8fCopy full SHA for 86b7a8f
samples/java-jersey2/src/main/webapp/WEB-INF/web.xml
@@ -16,9 +16,7 @@
16
<init-param>
17
<param-name>jersey.config.server.provider.classnames</param-name>
18
<param-value>
19
- com.wordnik.swagger.jersey.listing.ApiListingResourceJSON,
20
- com.wordnik.swagger.jersey.listing.JerseyApiDeclarationProvider,
21
- com.wordnik.swagger.jersey.listing.JerseyResourceListingProvider
+ com.wordnik.swagger.jersey.listing.ApiListingResourceJSON
22
</param-value>
23
</init-param>
24
0 commit comments