Skip to content

Commit 58a7bec

Browse files
committed
Fix build issue with jaxrs-spec-microprofile-openapi-annotations sample
1 parent 40dfc1b commit 58a7bec

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • samples/server/petstore/jaxrs-spec-microprofile-openapi-annotations

samples/server/petstore/jaxrs-spec-microprofile-openapi-annotations/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<surefire-plugin.version>2.22.1</surefire-plugin.version>
2323
<javax.ws.rs-version>2.1.1</javax.ws.rs-version>
2424
<javax.annotation-api-version>1.3.2</javax.annotation-api-version>
25+
<jackson-databind-nullable-version>0.2.8</jackson-databind-nullable-version>
2526
</properties>
2627
<dependencyManagement>
2728
<dependencies>
@@ -64,6 +65,11 @@
6465
<artifactId>javax.annotation-api</artifactId>
6566
<version>${javax.annotation-api-version}</version>
6667
</dependency>
68+
<dependency>
69+
<groupId>org.openapitools</groupId>
70+
<artifactId>jackson-databind-nullable</artifactId>
71+
<version>${jackson-databind-nullable-version}</version>
72+
</dependency>
6773
</dependencies>
6874
<build>
6975
<plugins>

0 commit comments

Comments
 (0)