Skip to content

Commit 6cc7c5a

Browse files
committed
Upgraded JPA 2.1 stored procedures model to Hibernate 5.2.1.
To show this bug [0]. [0] https://hibernate.atlassian.net/browse/HHH-10915
1 parent 5bb1b8b commit 6cc7c5a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

jpa/jpa21/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,4 @@
1111
<artifactId>spring-data-jpa-jpa21</artifactId>
1212
<name>Spring Data JPA - JPA 2.1 specific features</name>
1313

14-
<properties>
15-
<!-- Last Hibernate 5.x version that doesn't break stored procedure support on HSQLDB -->
16-
<hibernate.version>5.0.7.Final</hibernate.version>
17-
</properties>
18-
19-
<dependencies>
20-
<dependency>
21-
<groupId>org.hibernate</groupId>
22-
<artifactId>hibernate-entitymanager</artifactId>
23-
</dependency>
24-
</dependencies>
25-
2614
</project>

0 commit comments

Comments
 (0)