2018-02-05 18:10:02 -05:00
|
|
|
<!-- Use of copy-module-artifacts is essential to make sure we use the current
|
|
|
|
builds rather than whatever stale snapshot one might have in local Maven
|
|
|
|
repositories: JBoss Modules would otherwise load jars from the local Maven -->
|
2018-01-24 09:58:14 -05:00
|
|
|
<server-provisioning xmlns="urn:wildfly:server-provisioning:1.1" copy-module-artifacts="true">
|
|
|
|
<feature-packs>
|
|
|
|
<feature-pack
|
2018-02-05 18:10:02 -05:00
|
|
|
groupId="org.hibernate"
|
2018-04-26 07:06:22 -04:00
|
|
|
artifactId="hibernate-orm-jbossmodules"
|
2018-02-05 18:10:02 -05:00
|
|
|
version="${hibernate-orm.version}" />
|
|
|
|
<feature-pack
|
|
|
|
groupId="org.wildfly"
|
|
|
|
artifactId="wildfly-feature-pack"
|
|
|
|
version="${wildfly.version}" />
|
2018-01-24 09:58:14 -05:00
|
|
|
</feature-packs>
|
|
|
|
</server-provisioning>
|