nove NotImplementedYetException to hibernate-testing

This commit is contained in:
Gavin 2022-12-22 19:58:45 +01:00
parent d49518e5e4
commit bdc172c1df
3 changed files with 1 additions and 5 deletions

View File

@ -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;
/**

View File

@ -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

View File

@ -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;