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 ba9b575 commit 75657adCopy full SHA for 75657ad
src/main/resources/handlebars/JavaJaxRS/resteasy/gradle.mustache
@@ -22,6 +22,7 @@ dependencies {
22
compile 'io.swagger.core.v3:swagger-annotations:2.0.0'
23
{{/useOas2}}
24
compile 'org.jboss.resteasy:resteasy-jackson2-provider:3.0.11.Final'
25
+ compile 'org.apache.httpcomponents:httpclient:4.5.10'
26
{{#useBeanValidation}}
27
providedCompile 'javax.validation:validation-api:1.1.0.Final'
28
{{/useBeanValidation}}
@@ -37,7 +38,7 @@ dependencies {
37
38
compile 'io.swagger:swagger-jaxrs:1.5.12'
39
40
{{^useOas2}}
- compile 'io.swagger.core.v3:swagger-jaxrs2:2.0.0'
41
+ compile 'io.swagger.core.v3:swagger-jaxrs2:2.0.9'
42
43
44
testCompile 'junit:junit:4.12',
0 commit comments