adjust ORM artifact references in module descriptors (missed some)

This commit is contained in:
Steve Ebersole 2019-09-13 15:38:56 -05:00 committed by Andrea Boriero
parent 6eb9154184
commit 23c3c8949e
2 changed files with 2 additions and 1 deletions

View File

@ -145,6 +145,7 @@ test {
test.dependsOn prepareWildFlyForTests
test.ignoreFailures = true
processTestResources {
expand(

View File

@ -4,7 +4,7 @@
<server-provisioning xmlns="urn:wildfly:server-provisioning:1.1" copy-module-artifacts="true">
<feature-packs>
<feature-pack
groupId="org.hibernate"
groupId="org.hibernate.orm"
artifactId="hibernate-orm-jbossmodules"
version="${hibernate-orm.version}" />
<feature-pack