adjust ORM artifact references in module descriptors (missed some)
This commit is contained in:
parent
6eb9154184
commit
23c3c8949e
|
@ -145,6 +145,7 @@ test {
|
|||
|
||||
|
||||
test.dependsOn prepareWildFlyForTests
|
||||
test.ignoreFailures = true
|
||||
|
||||
processTestResources {
|
||||
expand(
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue