Skip to content

Commit db7e697

Browse files
committed
[#478] Remove Junit 5
We don't really need it at the moment and having both dependencies on the classpath is a recipe for errors.
1 parent 41db127 commit db7e697

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

hibernate-reactive-core/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ dependencies {
2626
implementation "io.vertx:vertx-sql-client:${vertxVersion}"
2727

2828
// Testing
29-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.0'
30-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
31-
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine'
32-
3329
testImplementation 'org.assertj:assertj-core:3.13.2'
3430
testImplementation "io.vertx:vertx-unit:${vertxVersion}"
3531

@@ -94,9 +90,6 @@ tasks.withType(Test) {
9490
// Example:
9591
// gradle test -Pdb=MySQL
9692
test {
97-
// Enable JUnit 5
98-
useJUnitPlatform()
99-
10093
def selectedDb = project.hasProperty( 'db' )
10194
? project.getProperty( 'db' )
10295
: 'PostgreSQL'

0 commit comments

Comments
 (0)