File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
spring-boot-project/spring-boot-dependencies Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 68
68
<hazelcast .version>3.9.4</hazelcast .version>
69
69
<hazelcast-hibernate5 .version>1.2.3</hazelcast-hibernate5 .version>
70
70
<hibernate .version>5.2.17.Final</hibernate .version>
71
+ <hibernate-jpa-2 .1-api.version>1.0.2.Final</hibernate-jpa-2 .1-api.version>
71
72
<hibernate-validator .version>6.0.9.Final</hibernate-validator .version>
72
73
<hikaricp .version>2.7.9</hikaricp .version>
73
74
<hsqldb .version>2.4.0</hsqldb .version>
1930
1931
<artifactId >hibernate-testing</artifactId >
1931
1932
<version >${hibernate.version} </version >
1932
1933
</dependency >
1934
+ <dependency >
1935
+ <groupId >org.hibernate.javax.persistence</groupId >
1936
+ <artifactId >hibernate-jpa-2.1-api</artifactId >
1937
+ <version >${hibernate-jpa-2.1-api.version} </version >
1938
+ </dependency >
1933
1939
<dependency >
1934
1940
<groupId >org.hibernate.validator</groupId >
1935
1941
<artifactId >hibernate-validator</artifactId >
You can’t perform that action at this time.
0 commit comments