nove NotImplementedYetException to hibernate-testing
This commit is contained in:
parent
d49518e5e4
commit
bdc172c1df
|
@ -13,8 +13,6 @@ import java.lang.annotation.Retention;
|
|||
import java.lang.annotation.RetentionPolicy;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
import org.hibernate.NotImplementedYetException;
|
||||
|
||||
import org.junit.jupiter.api.extension.ExtendWith;
|
||||
|
||||
/**
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
|
||||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
package org.hibernate;
|
||||
package org.hibernate.testing.orm.junit;
|
||||
|
||||
/**
|
||||
* Marker interface for exceptions that indicate that something hasn't been implemented yet for a certain version
|
|
@ -9,8 +9,6 @@ package org.hibernate.testing.orm.junit;
|
|||
import java.util.Locale;
|
||||
import java.util.Optional;
|
||||
|
||||
import org.hibernate.NotImplementedYetException;
|
||||
|
||||
import org.junit.jupiter.api.extension.AfterEachCallback;
|
||||
import org.junit.jupiter.api.extension.BeforeEachCallback;
|
||||
import org.junit.jupiter.api.extension.ConditionEvaluationResult;
|
||||
|
|
Loading…
Reference in New Issue