Remove database related stuff from the che-server component #22107
Labels
area/che-server
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/P1
Has a major impact to usage or development of the system.
Is your task related to a problem? Please describe
Che-server has
com.h2database:h2
dependency, wich according to the trivy report, brings a HIGH vulnerability.Upstream issue: h2database/h2database#3686
Describe the solution you'd like
Get rid of the
com.h2database:h2
dependency, by removing the database stuff, since we don't use the database related stuff from che-server.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: