Skip to content

Commit 0ba2f32

Browse files
authored
Merge pull request #11497 from freelansam/JAVA-3592
Fix integration build
2 parents c9b9593 + 18d9b86 commit 0ba2f32

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

persistence-modules/hibernate-jpa/src/test/resources/hibernate-pessimistic-locking.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
hibernate.connection.driver_class=org.h2.Driver
2-
hibernate.connection.url=jdbc:h2:mem:mydb3;DB_CLOSE_DELAY=-1;LOCK_TIMEOUT=100;MVCC=FALSE
2+
hibernate.connection.url=jdbc:h2:mem:mydb3;DB_CLOSE_DELAY=-1;LOCK_TIMEOUT=100
33
hibernate.connection.username=sa
44
hibernate.connection.autocommit=true
55
hibernate.dialect=org.hibernate.dialect.H2Dialect

testing-modules/junit-5-basics/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124

125125
<properties>
126126
<spring.version>5.0.6.RELEASE</spring.version>
127+
<h2.version>1.4.197</h2.version> <!-- needs to be specified to be compatible with spring.version 5.0.6.RELEASE -->
127128
</properties>
128129

129130
</project>

0 commit comments

Comments
 (0)