Commit be3c321b0aa8ef9fe4599910f77fd77f2104da03
1 parent
4657b191
解决okhttp引用了kotlin,应用启动有警告日志问题
Showing
1 changed file
with
5 additions
and
0 deletions
jeecg-boot/jeecg-boot-base/jeecg-boot-base-core/pom.xml
... | ... | @@ -239,6 +239,11 @@ |
239 | 239 | <groupId>com.squareup.okhttp3</groupId> |
240 | 240 | <artifactId>okhttp</artifactId> |
241 | 241 | </dependency> |
242 | + <!-- 解决okhttp引用了kotlin,应用启动有警告日志问题 --> | |
243 | + <dependency> | |
244 | + <groupId>com.fasterxml.jackson.module</groupId> | |
245 | + <artifactId>jackson-module-kotlin</artifactId> | |
246 | + </dependency> | |
242 | 247 | </dependencies> |
243 | 248 | |
244 | 249 | </project> |
245 | 250 | \ No newline at end of file |
... | ... |