Skip to content

Commit 7194c79

Browse files
authored
Merge pull request #43 from hiit-consulting-fr/chore/remove-openApiNullable
chore(pom): remove openApiNullable lib
2 parents 2ac0e9a + da35fee commit 7194c79

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pom.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<artifactId>ipaidthat-java-client</artifactId>
88
<groupId>fr.hiitconsulting</groupId>
9-
<version>3.2.0-SNAPSHOT</version>
9+
<version>v2-SNAPSHOT</version>
1010

1111
<name>${project.artifactId}</name>
1212

@@ -64,11 +64,6 @@
6464
</dependency>
6565

6666
<!-- Others -->
67-
<dependency>
68-
<groupId>org.openapitools</groupId>
69-
<artifactId>jackson-databind-nullable</artifactId>
70-
<version>${jackson-databind-nullable.version}</version>
71-
</dependency>
7267
</dependencies>
7368

7469
<build>
@@ -127,6 +122,7 @@
127122
<dateLibrary>java8</dateLibrary>
128123
<library>resttemplate</library>
129124
<useJakartaEe>true</useJakartaEe>
125+
<openApiNullable>false</openApiNullable>
130126
</configOptions>
131127
</configuration>
132128
</execution>

0 commit comments

Comments
 (0)