Skip to content

Commit

Permalink
fix: add missing dependency to generated SDK POM (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
anssari1 authored Aug 19, 2024
1 parent 6b95706 commit c67c9fe
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,11 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
Expand Down

0 comments on commit c67c9fe

Please sign in to comment.