Skip to content

Commit

Permalink
fix(Java): fix maven build (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
hahmed-dev authored Apr 23, 2024
1 parent fc689e5 commit ec4449a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,11 @@
<version>3.14.7</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openapitools</groupId>
<artifactId>jackson-databind-nullable</artifactId>
<version>0.2.6</version>
</dependency>
</dependencies>
<properties>
<java.version>{{#supportJava6}}1.6{{/supportJava6}}{{^supportJava6}}{{#java8}}1.8{{/java8}}{{^java8}}1.7{{/java8}}{{/supportJava6}}</java.version>
Expand Down
5 changes: 0 additions & 5 deletions openapi-generator/templates/java/pom.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -363,11 +363,6 @@
<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 ec4449a

Please sign in to comment.