This is an automated email from the ASF dual-hosted git repository.

wernerdv pushed a commit to branch IGNITE-28588
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git

commit acf831618a5772c95e6ab6acd108aac10dce4d8f
Author: Dmitry Werner <[email protected]>
AuthorDate: Tue Jul 14 09:51:11 2026 +0500

    IGNITE-28588 Compilation fix
---
 modules/hibernate-ext/hibernate/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/hibernate-ext/hibernate/pom.xml 
b/modules/hibernate-ext/hibernate/pom.xml
index 0b562ac0..86ee1049 100644
--- a/modules/hibernate-ext/hibernate/pom.xml
+++ b/modules/hibernate-ext/hibernate/pom.xml
@@ -128,7 +128,7 @@
         <dependency>
             <groupId>org.jboss.spec.javax.rmi</groupId>
             <artifactId>jboss-rmi-api_1.0_spec</artifactId>
-            <version>${jboss.rmi.version}</version>
+            <version>1.0.6.Final</version>
             <scope>test</scope>
         </dependency>
 

Reply via email to