Hey @horvoje
that’s because of the mismatch in JBoss Logging dependency
please try adding the
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<version>3.6.0.Final</version>
</dependency>
to force the 3.6.0 version to be used (7.2 series - Hibernate Search)