diff --git a/hibernate-orm-modules/hibernate-orm-modules.gradle b/hibernate-orm-modules/hibernate-orm-modules.gradle index dd23b5c0dc..414c659285 100644 --- a/hibernate-orm-modules/hibernate-orm-modules.gradle +++ b/hibernate-orm-modules/hibernate-orm-modules.gradle @@ -72,6 +72,7 @@ featurepack { // Just the minor ORM version, e.g. "5.3"; Is used as an alias for the exact version variables['minorSlot'] = rootProject.hibernateMajorMinorVersion variables['bytebuddySlot'] = bytebuddyVersion + variables['infinispan2lcSlot'] = 'for-orm-' + rootProject.hibernateMajorMinorVersion //Dependency on another Feature Pack: dependency "org.wildfly:wildfly-feature-pack:${project.wildflyVersion}" // It will assume it is "zip" by default //Ensure we declare all source repositories explicitly diff --git a/hibernate-orm-modules/module-templates/hibernate-core.xml b/hibernate-orm-modules/module-templates/hibernate-core.xml index b5b740af51..6ee11801bc 100644 --- a/hibernate-orm-modules/module-templates/hibernate-core.xml +++ b/hibernate-orm-modules/module-templates/hibernate-core.xml @@ -30,8 +30,6 @@ - + diff --git a/hibernate-orm-modules/module-templates/jipijapa.xml b/hibernate-orm-modules/module-templates/jipijapa.xml index 9ec1ac6a93..f41fea1b30 100644 --- a/hibernate-orm-modules/module-templates/jipijapa.xml +++ b/hibernate-orm-modules/module-templates/jipijapa.xml @@ -29,8 +29,6 @@ - +