HHH-13937 Get rid of junit5 compile-time dependencies
This commit is contained in:
parent
34d5a2ae7a
commit
299826b9b7
|
@ -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 )
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue