I have the following
maven dependency of hibernate-core which is still getting downloaded for some reason even though I don't have it in my pom.xml. Moved from Spring 5.3.X to Spring 6.X and hence all jakarta related changes.
Here is the image showing the contents of hibernate directory inside my m2.
Here's the URL of the image if above doesn't work:
https://i.sstatic.net/F0yNYUOV.png
Here's my pom.xml where I have only included hibernate-core-jakarta on line 201 as shown below.