My project is using Hibernate without annotations (using regular xx.hbm.xml mapping files).
I noticed that the Hibernate facet displays a warning about missing libraries/dependencies (see screenshot).
I think that in some situations such a warning does not make sense.
In addition, the warning looks like it's triggered by the absence of libraries with a specific name, for example "asm.jar".
This is also a bit failure-prone, as you can for example use "cglib-nodep" library that includes a repackaged version of ASM.