We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41db127 commit db7e697Copy full SHA for db7e697
hibernate-reactive-core/build.gradle
@@ -26,10 +26,6 @@ dependencies {
26
implementation "io.vertx:vertx-sql-client:${vertxVersion}"
27
28
// 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
-
33
testImplementation 'org.assertj:assertj-core:3.13.2'
34
testImplementation "io.vertx:vertx-unit:${vertxVersion}"
35
@@ -94,9 +90,6 @@ tasks.withType(Test) {
94
90
// Example:
95
91
// gradle test -Pdb=MySQL
96
92
test {
97
- // Enable JUnit 5
98
- useJUnitPlatform()
99
100
93
def selectedDb = project.hasProperty( 'db' )
101
? project.getProperty( 'db' )
102
: 'PostgreSQL'
0 commit comments