hibernate-testing cleanup

This commit is contained in:
Steve Ebersole 2021-03-05 14:12:25 -06:00
parent 2ee5ed0e52
commit 21cca2bbc2
1 changed files with 0 additions and 5 deletions

View File

@ -8,10 +8,5 @@
/**
* Extensions based on the extension mechanism of JUnit 5 to support things like
* `@FailureExcepted`, `@RequiresDialect`, etc. Used in writing tests
*
* todo (6.0) : add the proposed Docker support - DomainModel, multi-threading etc
*
* @deprecated Use {@link org.hibernate.testing.orm.junit} instead
*/
@Deprecated
package org.hibernate.testing.junit5;