HHH-12177 - Drop hibernate-infinispan module - relocated
HHH-12171 - Fix tests for hibernate-orm-modules
This commit is contained in:
parent
da80ad1a72
commit
7faf1c4d43
|
@ -1,11 +0,0 @@
|
|||
<?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>.
|
||||
-->
|
||||
<module-alias xmlns="urn:jboss:module:1.3"
|
||||
name="org.hibernate.infinispan" slot="${minorSlot}"
|
||||
target-name="org.hibernate.infinispan" target-slot="${slot}"
|
||||
/>
|
|
@ -29,7 +29,6 @@
|
|||
<module name="org.jboss.vfs"/>
|
||||
<module name="org.javassist" export="true"/>
|
||||
<module name="org.hibernate.commons-annotations"/>
|
||||
<module name="org.hibernate.infinispan" services="import" optional="true" slot="${slot}"/>
|
||||
<module name="org.hibernate.jipijapa-hibernate5" services="import" slot="${slot}"/>
|
||||
</dependencies>
|
||||
</module>
|
||||
|
|
|
@ -1,26 +0,0 @@
|
|||
<?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>.
|
||||
-->
|
||||
<module xmlns="urn:jboss:module:1.3" name="org.hibernate.infinispan" slot="${slot}">
|
||||
|
||||
<properties>
|
||||
<property name="jboss.api" value="private"/>
|
||||
</properties>
|
||||
|
||||
<resources>
|
||||
<resource-root path="hibernate-infinispan-${version}.jar"/>
|
||||
</resources>
|
||||
|
||||
<dependencies>
|
||||
<module name="org.hibernate" slot="${slot}"/>
|
||||
<module name="javax.api"/>
|
||||
<module name="javax.transaction.api"/>
|
||||
<module name="org.infinispan" services="import"/>
|
||||
<module name="org.infinispan.commons"/>
|
||||
<module name="org.jboss.logging"/>
|
||||
</dependencies>
|
||||
</module>
|
|
@ -28,7 +28,5 @@
|
|||
<module name="org.jboss.logging"/>
|
||||
<module name="org.jboss.vfs"/>
|
||||
<module name="org.hibernate.commons-annotations"/>
|
||||
<module name="org.hibernate.infinispan" services="import" slot="${slot}"/>
|
||||
<module name="org.infinispan" services="import"/>
|
||||
</dependencies>
|
||||
</module>
|
||||
|
|
Loading…
Reference in New Issue