Skip to content

Commit

Permalink
fix(Java): fix maven build (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
hahmed-dev authored Apr 23, 2024
1 parent f32351a commit ce5b408
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openapi-generator/templates/java/pom.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,11 @@
<version>${junit-version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openapitools</groupId>
<artifactId>jackson-databind-nullable</artifactId>
<version>0.2.6</version>
</dependency>
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit ce5b408

Please sign in to comment.