Commit 5f5db170 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #5622 from eddumelendez/gh-5621

* pr/5622:
  Add dependency jackson-module-kotlin
parents 75c76838 e50aac73
......@@ -672,6 +672,11 @@
<artifactId>jackson-module-jaxb-annotations</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-kotlin</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-parameter-names</artifactId>
......
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