-
Notifications
You must be signed in to change notification settings - Fork 199
Two JSON Sections
Ryan Heaton edited this page Nov 3, 2015
·
4 revisions
If Enunciate unexpectedly generates two "JSON" sections of your documentation, it's probably because you have both Jackson 1 and Jackson 2 on your classpath. You can remove the duplication by doing any of the following:
- Remove either Jackson 1 or Jackson 2 from your classpath.
- Disable the "jackson" module.
- Disable the "jackson1" module.