@@ -80,6 +80,8 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
8080 <oracle .nosql.driver.version>5.4.15</oracle .nosql.driver.version>
8181 <jakarta-mail .version>2.0.3</jakarta-mail .version>
8282 <oci-sdk .version>3.53.1</oci-sdk .version>
83+ <jackson .version>2.17.1</jackson .version>
84+ <netty .version>4.1.115.Final</netty .version>
8385 <maven .compiler.source>17</maven .compiler.source>
8486 <maven .compiler.target>17</maven .compiler.target>
8587 <maven-source-plugin .version>3.3.1</maven-source-plugin .version>
@@ -129,7 +131,11 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
129131 <artifactId >springdoc-openapi-starter-webmvc-ui</artifactId >
130132 <version >${springdoc-openapi-starter-webmvc-ui.version} </version >
131133 </dependency >
132-
134+ <dependency >
135+ <groupId >io.netty</groupId >
136+ <artifactId >netty-common</artifactId >
137+ <version >${netty.version} </version >
138+ </dependency >
133139 <dependency >
134140 <groupId >org.apache.commons</groupId >
135141 <artifactId >commons-lang3</artifactId >
@@ -161,7 +167,31 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
161167 <type >pom</type >
162168 <scope >import</scope >
163169 </dependency >
164-
170+ <dependency >
171+ <groupId >com.fasterxml.jackson.module</groupId >
172+ <artifactId >jackson-module-jakarta-xmlbind-annotations</artifactId >
173+ <version >${jackson.version} </version >
174+ </dependency >
175+ <dependency >
176+ <groupId >com.fasterxml.jackson.datatype</groupId >
177+ <artifactId >jackson-datatype-jsr310</artifactId >
178+ <version >${jackson.version} </version >
179+ </dependency >
180+ <dependency >
181+ <groupId >com.fasterxml.jackson.core</groupId >
182+ <artifactId >jackson-core</artifactId >
183+ <version >${jackson.version} </version >
184+ </dependency >
185+ <dependency >
186+ <groupId >com.fasterxml.jackson.core</groupId >
187+ <artifactId >jackson-annotations</artifactId >
188+ <version >${jackson.version} </version >
189+ </dependency >
190+ <dependency >
191+ <groupId >com.fasterxml.jackson.core</groupId >
192+ <artifactId >jackson-databind</artifactId >
193+ <version >${jackson.version} </version >
194+ </dependency >
165195 <dependency >
166196 <groupId >org.springframework.cloud</groupId >
167197 <artifactId >spring-cloud-dependencies</artifactId >
0 commit comments