|
|
@ -22,14 +22,14 @@
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.hibernate.orm</groupId>
|
|
|
|
<groupId>org.hibernate.orm</groupId>
|
|
|
|
<artifactId>hibernate-core</artifactId>
|
|
|
|
<artifactId>hibernate-core</artifactId>
|
|
|
|
<version>6.4.0.Final</version>
|
|
|
|
<version>6.5.0.Final</version>
|
|
|
|
<optional>true</optional>
|
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.hibernate.orm</groupId>
|
|
|
|
<groupId>org.hibernate.orm</groupId>
|
|
|
|
<artifactId>hibernate-testing</artifactId>
|
|
|
|
<artifactId>hibernate-testing</artifactId>
|
|
|
|
<version>6.4.0.Final</version>
|
|
|
|
<version>6.5.0.Final</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|