| The hibernate-orm-modules we produce should be updated to target WildFly 11 (instead of WildFly 10). This will affect the classifier, changing to wildfly-11-dist.
<groupId>org.hibernate</groupId>
<artifactId>hibernate-orm-modules</artifactId>
<version>{fullVersion}</version>
<classifier>wildfly-11-dist</classifier>
<type>zip</type>
|