We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ac0e9a + da35fee commit 7194c79Copy full SHA for 7194c79
pom.xml
@@ -6,7 +6,7 @@
6
7
<artifactId>ipaidthat-java-client</artifactId>
8
<groupId>fr.hiitconsulting</groupId>
9
- <version>3.2.0-SNAPSHOT</version>
+ <version>v2-SNAPSHOT</version>
10
11
<name>${project.artifactId}</name>
12
@@ -64,11 +64,6 @@
64
</dependency>
65
66
<!-- Others -->
67
- <dependency>
68
- <groupId>org.openapitools</groupId>
69
- <artifactId>jackson-databind-nullable</artifactId>
70
- <version>${jackson-databind-nullable.version}</version>
71
- </dependency>
72
</dependencies>
73
74
<build>
@@ -127,6 +122,7 @@
127
122
<dateLibrary>java8</dateLibrary>
128
123
<library>resttemplate</library>
129
124
<useJakartaEe>true</useJakartaEe>
125
+ <openApiNullable>false</openApiNullable>
130
126
</configOptions>
131
</configuration>
132
</execution>
0 commit comments