HHH-13937 Get rid of junit5 compile-time dependencies

This commit is contained in:
Andrea Boriero 2020-04-14 14:23:29 +01:00
parent 34d5a2ae7a
commit 299826b9b7
3 changed files with 0 additions and 8 deletions

View File

@ -88,9 +88,6 @@ dependencies {
provided( libraries.ant )
provided( libraries.cdi )
runtime( libraries.junit5_vintage )
runtime( libraries.junit5_jupiter )
testCompile( project(':hibernate-testing') )
testCompile( libraries.shrinkwrap_api )
testCompile( libraries.shrinkwrap )

View File

@ -28,7 +28,6 @@ import org.jboss.shrinkwrap.descriptor.api.Descriptors;
import org.jboss.shrinkwrap.descriptor.api.persistence21.PersistenceDescriptor;
import org.jboss.shrinkwrap.descriptor.api.persistence21.PersistenceUnitTransactionType;
import org.junit.Test;
import org.junit.jupiter.api.Disabled;
import org.junit.runner.RunWith;
import static org.junit.Assert.assertEquals;

View File

@ -15,13 +15,9 @@ dependencies {
compile( libraries.junit )
compile( libraries.junit5_api )
compile( libraries.junit5_jupiter )
compile( libraries.junit5_params )
compile( 'org.hamcrest:hamcrest-all:1.3' )
runtime( libraries.junit5_vintage )
runtime( libraries.junit5_jupiter )
compile( libraries.byteman )
compile( libraries.byteman_install )
compile( libraries.byteman_bmunit )