|
|
@ -17,14 +17,14 @@
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.hibernate.orm</groupId>
|
|
|
|
<groupId>org.hibernate.orm</groupId>
|
|
|
|
<artifactId>hibernate-core</artifactId>
|
|
|
|
<artifactId>hibernate-core</artifactId>
|
|
|
|
<version>6.0.2.Final</version>
|
|
|
|
<version>6.1.3.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.0.2.Final</version>
|
|
|
|
<version>6.1.3.Final</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|