java.lang.ClassCastException: org.hibernate.type.StringType cannot be cast to org.hibernate.type.Type

Hello I am developing a new OpenMRS module using Hibernate and when deploying this module I have this error:

`java.lang.ClassCastException: org.hibernate.type.StringType cannot be cast to org.hibernate.type.Type`

Here is the full logs and here is my repo.

Please could someone can help on this?. Thanks

Do you do anything with the reporting module ??

java.lang.ClassCastException: org.hibernate.type.StringType cannot be cast to org.hibernate.type.Type
	org.openmrs.module.reporting.common.HibernateUtil.standardType(HibernateUtil.java:46)
	org.openmrs.module.reporting.report.service.db.MappedDefinitionType.getPropertyTypes(MappedDefinitionType.java:74)
	org.hibernate.type.CompositeCustomType.getColumnSpan(CompositeCustomType.java:175)

The error seems related to the reporting module

The pom.xml has been updated automatically when doing the retroengineering to generate entities files. I just removed the added content and it work again. Thanks