File tree Expand file tree Collapse file tree
modules/openapi-generator/src/main/resources/JavaJaxRS/spec/libraries/quarkus
jaxrs-spec-microprofile-openapi-annotations
jaxrs-spec-quarkus-mutiny Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050{ {#useMutiny} }
5151 <smallrye .rest.client.version >1.2.1</smallrye .rest.client.version >
5252{ {/useMutiny} }
53+ { {#openApiNullable} }
54+ <jackson-databind-nullable-version >0.2.8</jackson-databind-nullable-version >
55+ { {/openApiNullable} }
5356 </properties >
5457 <dependencyManagement >
5558 <dependencies >
137140 <scope >test</scope >
138141 </dependency >
139142{ {/useMutiny} }
143+ { {#openApiNullable} }
144+ <dependency >
145+ <groupId >org.openapitools</groupId >
146+ <artifactId >jackson-databind-nullable</artifactId >
147+ <version >${ jackson-databind-nullable-version} </version >
148+ </dependency >
149+ { {/openApiNullable} }
140150 </dependencies >
141151 <build >
142152 <plugins >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 2323 <javax .ws.rs-version>2.1.1</javax .ws.rs-version>
2424 <javax .annotation-api-version>1.3.2</javax .annotation-api-version>
2525 <smallrye .rest.client.version>1.2.1</smallrye .rest.client.version>
26+ <jackson-databind-nullable-version >0.2.8</jackson-databind-nullable-version >
2627 </properties >
2728 <dependencyManagement >
2829 <dependencies >
7172 <version >${smallrye.rest.client.version} </version >
7273 <scope >test</scope >
7374 </dependency >
75+ <dependency >
76+ <groupId >org.openapitools</groupId >
77+ <artifactId >jackson-databind-nullable</artifactId >
78+ <version >${jackson-databind-nullable-version} </version >
79+ </dependency >
7480 </dependencies >
7581 <build >
7682 <plugins >
You can’t perform that action at this time.
0 commit comments