jackson-databind
should not be optional/provided dependency for Properties, YAML modules
#184
Labels
Properties
Issue related to (Java) Properties format backend
yaml
Issue related to YAML format backend
Milestone
In the following pom.xml for jackson-dataformats-properties:
https://github.com/FasterXML/jackson-dataformats-text/blob/master/properties/pom.xml#L23
jackson-databind is not optional, it is required for the JavaPropsMapper to work correctly.
The text was updated successfully, but these errors were encountered: