proceane opened a new pull request, #4458: URL: https://github.com/apache/zeppelin/pull/4458
### What is this PR for? This is the task of adding a spring boot dependency to switch JaxRs and Jersey to Spring. ### What type of PR is it? Improvement ### Todos * [x] - Add `spring-boot-dependencies` in zeppelin-server * [x] - Upgrade jersey, jetty version - Because of conflicts with jersey and jetty versions that exist inside spring-boot-dependencies - jersey: `2.35`, jetty: `9.4.48.v20220622` * [x] - Add `jackson-core`, `jackson-annotations`, `jackson-module-jaxb-annotations` dependency - Currently, the jackson version set in zeppein-server is `2.12.6.1`, but some of the jackson dependencies do not exist this version. - jackson-core, jackson-annotations: `2.13.3` - jackson-module-jaxb-annotations: `2.12.2`(Using this version due to version conflict in zeppelin-distribution) ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-5812 ### How should this be tested? CI ### Questions: * Does the licenses files need to update? No * Is there breaking changes for older versions? No * Does this needs documentation? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org