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.
1 parent 40dfc1b commit 58a7becCopy full SHA for 58a7bec
1 file changed
samples/server/petstore/jaxrs-spec-microprofile-openapi-annotations/pom.xml
@@ -22,6 +22,7 @@
22
<surefire-plugin.version>2.22.1</surefire-plugin.version>
23
<javax.ws.rs-version>2.1.1</javax.ws.rs-version>
24
<javax.annotation-api-version>1.3.2</javax.annotation-api-version>
25
+ <jackson-databind-nullable-version>0.2.8</jackson-databind-nullable-version>
26
</properties>
27
<dependencyManagement>
28
<dependencies>
@@ -64,6 +65,11 @@
64
65
<artifactId>javax.annotation-api</artifactId>
66
<version>${javax.annotation-api-version}</version>
67
</dependency>
68
+ <dependency>
69
+ <groupId>org.openapitools</groupId>
70
+ <artifactId>jackson-databind-nullable</artifactId>
71
+ <version>${jackson-databind-nullable-version}</version>
72
+ </dependency>
73
</dependencies>
74
<build>
75
<plugins>
0 commit comments