We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0372775 commit f75a3b6Copy full SHA for f75a3b6
1 file changed
pom.xml
@@ -559,6 +559,12 @@
559
<version>${jackson.version}</version>
560
</dependency>
561
562
+ <dependency>
563
+ <groupId>com.fasterxml.jackson.datatype</groupId>
564
+ <artifactId>jackson-datatype-hibernate5</artifactId>
565
+ <version>${jackson.version}</version>
566
+ </dependency>
567
+
568
<!-- Freemarker -->
569
<dependency>
570
<groupId>org.freemarker</groupId>
0 commit comments