Skip to content

Commit

Permalink
adds jackson jsr310 impl
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbranham committed Aug 19, 2024
1 parent f07f6b6 commit 7aba8c2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion module-flow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
<artifactId>jsonschema-generator</artifactId>
<version>${jsonschema-generator.version}</version>
</dependency>

<!-- Jackson Module dependencies -->
<dependency>
<groupId>com.github.victools</groupId>
Expand All @@ -88,6 +89,14 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<!--
https://mvnrepository.com/artifact/com.fasterxml.jackson.datatype/jackson-datatype-jsr310 -->
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
</dependency>


<!-- JakartaValidation Module dependencies -->
<dependency>
<groupId>com.github.victools</groupId>
Expand All @@ -110,7 +119,7 @@
<groupId>com.github.jknack</groupId>
<artifactId>handlebars</artifactId>
<version>${handlebars-version}</version>
</dependency>
</dependency>

<!-- Spring -->

Expand Down

0 comments on commit 7aba8c2

Please sign in to comment.