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.
2 parents 5413ad3 + 276037c commit 78a94caCopy full SHA for 78a94ca
spring-boot-project/spring-boot-dependencies/pom.xml
@@ -2255,6 +2255,16 @@
2255
<artifactId>junit-jupiter-engine</artifactId>
2256
<version>${junit-jupiter.version}</version>
2257
</dependency>
2258
+ <dependency>
2259
+ <groupId>org.junit.jupiter</groupId>
2260
+ <artifactId>junit-jupiter-params</artifactId>
2261
+ <version>${junit-jupiter.version}</version>
2262
+ </dependency>
2263
2264
+ <groupId>org.junit.vintage</groupId>
2265
+ <artifactId>junit-vintage-engine</artifactId>
2266
2267
2268
<dependency>
2269
<groupId>org.liquibase</groupId>
2270
<artifactId>liquibase-core</artifactId>
0 commit comments