File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
modules/swagger-codegen/src/main/resources/JavaJaxRS/resteasy Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ public class JacksonConfig implements ContextResolver<ObjectMapper> {
40
40
});
41
41
}
42
42
43
- @Override
44
43
public ObjectMapper getContext(Class<?> arg0) {
45
44
return objectMapper;
46
45
}
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ dependencies {
15
15
providedCompile ' javax.annotation:javax.annotation-api:1.2'
16
16
providedCompile ' org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:1.0.0.Final'
17
17
compile ' org.jboss.resteasy:resteasy-jackson2-provider:3.0.11.Final'
18
-
19
- // compile ' com.fasterxml.jackson.datatype:jackson-datatype-joda:2.4.1'
20
- // compile ' joda-time:joda-time:2.7'
21
-
18
+ {{#joda } }
19
+ compile 'com.fasterxml.jackson.datatype:jackson-datatype-joda:2.4.1'
20
+ compile 'joda-time:joda-time:2.7'
21
+ { {/joda } }
22
22
testCompile 'junit:junit:4.12',
23
23
'org.hamcrest:hamcrest-core:1.3'
24
24
}
You can’t perform that action at this time.
0 commit comments