adjust ORM artifact references in module descriptors.

This commit is contained in:
Steve Ebersole 2019-09-13 15:21:29 -05:00 committed by Andrea Boriero
parent 9cf6195110
commit 6eb9154184
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
-->
<module xmlns="urn:jboss:module:1.3" name="org.hibernate.orm" slot="${slot}">
<resources>
<artifact name="${org.hibernate:hibernate-core}"/>
<artifact name="${org.hibernate.orm:hibernate-core}"/>
</resources>
<dependencies>

View File

@ -7,7 +7,7 @@
-->
<module xmlns="urn:jboss:module:1.3" name="org.hibernate.envers" slot="${slot}">
<resources>
<artifact name="${org.hibernate:hibernate-envers}"/>
<artifact name="${org.hibernate.orm:hibernate-envers}"/>
</resources>
<dependencies>