You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spring-boot-starter-web had a dependency on spring-boot-starter-json that brought Jackson with other
extra dependencies:
* jackson-datatype-jdk8
Add-on module for Jackson to support JDK 8 data types
* jackson-datatype-jsr310
Add-on module to support JSR-310 (Java 8 Date & Time API) data types
* jackson-module-parameter-names
Add-on module for Jackson to support introspection of method/constructor parameter names, without
having to add explicit property name annotation.
At this moment none of them are needed and this change excludes them from resulted WAR file.
0 commit comments