Skip to content

Commit 7e4c274

Browse files
committed
HHH-18621 Fix compile error
1 parent e225ef2 commit 7e4c274

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

hibernate-core/src/test/java/org/hibernate/orm/test/batch/BatchOffOnlyForOptimisticallyLocked.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@
55

66
import org.hibernate.cfg.BatchSettings;
77

8-
import org.hibernate.testing.orm.junit.EntityManagerFactoryScope;
9-
import org.hibernate.testing.orm.junit.JiraKey;
10-
import org.hibernate.testing.orm.junit.Jpa;
11-
import org.hibernate.testing.orm.junit.Setting;
8+
import org.hibernate.dialect.MariaDBDialect;
9+
import org.hibernate.testing.orm.junit.*;
1210
import org.junit.jupiter.api.Assertions;
1311
import org.junit.jupiter.api.Test;
1412

0 commit comments

Comments
 (0)