mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-04 14:40:53 +00:00
Merge branch 'fix_resteasy_gradle_definition' of https://github.com/chameleon82/swagger-codegen into chameleon82-fix_resteasy_gradle_definition
This commit is contained in:
commit
f18f81cce9
@ -40,7 +40,6 @@ public class JacksonConfig implements ContextResolver<ObjectMapper> {
|
||||
});
|
||||
}
|
||||
|
||||
@Override
|
||||
public ObjectMapper getContext(Class<?> arg0) {
|
||||
return objectMapper;
|
||||
}
|
||||
|
@ -15,10 +15,10 @@ dependencies {
|
||||
providedCompile 'javax.annotation:javax.annotation-api:1.2'
|
||||
providedCompile 'org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:1.0.0.Final'
|
||||
compile 'org.jboss.resteasy:resteasy-jackson2-provider:3.0.11.Final'
|
||||
|
||||
// compile 'com.fasterxml.jackson.datatype:jackson-datatype-joda:2.4.1'
|
||||
// compile 'joda-time:joda-time:2.7'
|
||||
|
||||
{{#joda}}
|
||||
compile 'com.fasterxml.jackson.datatype:jackson-datatype-joda:2.4.1'
|
||||
compile 'joda-time:joda-time:2.7'
|
||||
{{/joda}}
|
||||
testCompile 'junit:junit:4.12',
|
||||
'org.hamcrest:hamcrest-core:1.3'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user