This module contains the Jackson implementation of the MapperDelegate required by Tzatziki.
You need to add this dependency to your project:
<dependency>
<groupId>com.decathlon.tzatziki</groupId>
<artifactId>tzatziki-jackson</artifactId>
<version>1.0.x</version>
<scope>test</scope>
</dependency>
That's it ... your tests should now be using Jackson for the serialization/deserialization in your tests!
Note: this is the default dependency for tzatziki-spring