Commit 67ac57bd authored by Stephane Nicoll's avatar Stephane Nicoll

Add jackson-module-parameter-names to json starter

Closes gh-9506
parent 81efd225
...@@ -30,5 +30,9 @@ ...@@ -30,5 +30,9 @@
<groupId>com.fasterxml.jackson.datatype</groupId> <groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId> <artifactId>jackson-datatype-jsr310</artifactId>
</dependency> </dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-parameter-names</artifactId>
</dependency>
</dependencies> </dependencies>
</project> </project>
provides: jackson-databind,jackson-datatype-jdk8,jackson-datatype-jsr310 provides: jackson-databind,jackson-datatype-jdk8,jackson-datatype-jsr310,jackson-module-parameter-names
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment