2016-06-27 08:07:08 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
~ Hibernate, Relational Persistence for Idiomatic Java
|
|
|
|
~
|
|
|
|
~ License: GNU Lesser General Public License (LGPL), version 2.1 or later.
|
|
|
|
~ See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
|
|
|
-->
|
2018-02-21 19:23:47 -05:00
|
|
|
<module xmlns="urn:jboss:module:1.3" name="org.hibernate.orm" slot="${slot}">
|
2016-06-27 08:07:08 -04:00
|
|
|
<resources>
|
2018-02-05 18:10:02 -05:00
|
|
|
<artifact name="${org.hibernate:hibernate-core}"/>
|
|
|
|
<artifact name="${org.hibernate:hibernate-envers}"/>
|
2016-06-27 08:07:08 -04:00
|
|
|
</resources>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<module name="com.fasterxml.classmate"/>
|
|
|
|
<module name="javax.api"/>
|
|
|
|
<module name="javax.annotation.api"/>
|
|
|
|
<module name="javax.enterprise.api"/>
|
|
|
|
<module name="javax.persistence.api"/>
|
|
|
|
<module name="javax.transaction.api"/>
|
|
|
|
<module name="javax.validation.api"/>
|
|
|
|
<module name="javax.xml.bind.api"/>
|
|
|
|
<module name="org.antlr"/>
|
|
|
|
<module name="org.dom4j"/>
|
|
|
|
<module name="org.jboss.as.jpa.spi"/>
|
|
|
|
<module name="org.jboss.jandex"/>
|
|
|
|
<module name="org.jboss.logging"/>
|
|
|
|
<module name="org.jboss.vfs"/>
|
2017-10-23 10:06:09 -04:00
|
|
|
<module name="org.javassist" export="true"/>
|
2016-06-27 08:07:08 -04:00
|
|
|
<module name="org.hibernate.commons-annotations"/>
|
2018-02-21 19:23:47 -05:00
|
|
|
<module name="org.hibernate.orm.jipijapa-hibernate5" services="import" slot="${slot}"/>
|
2018-02-22 10:42:31 -05:00
|
|
|
<module name="net.bytebuddy" slot="${bytebuddySlot}" />
|
2016-06-27 08:07:08 -04:00
|
|
|
</dependencies>
|
|
|
|
</module>
|