This is now outdated as the WildFly BOMs were updated for WildFly 10;
The following BOM import is compatible with Hibernate OGM 5.0.0.Beta1 and Hibernate Search 5.5.1 :
<dependencyManagement> <dependencies> <dependency> <groupId>org.wildfly.bom</groupId> <<artifactId>wildfly-javaee7</artifactId> <version>10.0.0.Final</version> <scope>import</scope> </dependency> </dependencies> </dependencyManagement>