petrov-mg commented on code in PR #360:
URL: https://github.com/apache/ignite-extensions/pull/360#discussion_r3582679437
##########
modules/hibernate-ext/hibernate/pom.xml:
##########
@@ -44,42 +44,48 @@
</dependency>
<dependency>
- <groupId>org.hibernate</groupId>
+ <groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-core</artifactId>
<version>${hibernate.core.version}</version>
</dependency>
+ <dependency>
+ <groupId>jakarta.persistence</groupId>
+ <artifactId>jakarta.persistence-api</artifactId>
+ <version>3.1.0</version>
Review Comment:
Here and in other places. Versions need to be declared via maven properties.
And we should double-check whether new dependencies are really required.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]