adjust ORM artifact references in module descriptors.
This commit is contained in:
parent
9cf6195110
commit
6eb9154184
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue