Skip to content

Commit

Permalink
Fixed #68
Browse files Browse the repository at this point in the history
  • Loading branch information
anidotnet committed Apr 25, 2018
1 parent 463b178 commit 128a9c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ javafxPluginVersion=8.8.2
jodaTimeVersion=2.9.9
jongoVersion=1.3.0
junitVersion=4.12
kotlinVersion=1.2.31
kotlinVersion=1.2.40
log4j2Version=2.10.0
lombokVersion=1.16.18
lombokPluginVersion=1.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ public ObjectMapper getObjectMapper() {
objectMapper.configure(JsonParser.Feature.ALLOW_COMMENTS, true);
objectMapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false);
objectMapper.registerModule(new NitriteIdModule());
objectMapper.findAndRegisterModules();
}
return objectMapper;
}
Expand Down

0 comments on commit 128a9c1

Please sign in to comment.