diff --git a/spring-test/src/test/java/org/springframework/test/context/junit4/orm/HibernateSessionFlushingTests.java b/spring-test/src/test/java/org/springframework/test/context/junit4/orm/HibernateSessionFlushingTests.java index 7485bb817a..b12d19815f 100644 --- a/spring-test/src/test/java/org/springframework/test/context/junit4/orm/HibernateSessionFlushingTests.java +++ b/spring-test/src/test/java/org/springframework/test/context/junit4/orm/HibernateSessionFlushingTests.java @@ -22,7 +22,6 @@ import static org.springframework.test.transaction.TransactionTestUtils.assertIn import org.hibernate.SessionFactory; import org.hibernate.exception.ConstraintViolationException; -import org.hibernate.exception.GenericJDBCException; import org.junit.Before; import org.junit.Test;