Module org.hibernate.orm.core not found

I am new to Hibernate and recently made a test project using it but whenever I am trying to run it I am getting this error
Error occurred during initialization of boot layer java.lang.module.FindException: Module org.hibernate.orm.core not found, required by srcfoldername
I am using Eclipse with JDK 11 & 5.4.10 Stable version of hibernate with MySQL database.