Skip to content

Commit a35d94c

Browse files
feat: add jackson-datatype-jsr310 dependency for Java 8 date/time support
1 parent 6e6f792 commit a35d94c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@
110110
<groupId>io.projectreactor</groupId>
111111
<artifactId>reactor-core</artifactId>
112112
</dependency>
113+
<dependency>
114+
<groupId>com.fasterxml.jackson.datatype</groupId>
115+
<artifactId>jackson-datatype-jsr310</artifactId>
116+
</dependency>
117+
113118

114119
<!-- Security -->
115120
<dependency>

0 commit comments

Comments
 (0)