We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab1cce commit fe877f4Copy full SHA for fe877f4
1 file changed
pom.xml
@@ -492,6 +492,11 @@
492
<artifactId>junit-jupiter-api</artifactId>
493
<scope>test</scope>
494
</dependency>
495
+ <dependency>
496
+ <groupId>org.junit.jupiter</groupId>
497
+ <artifactId>junit-jupiter-engine</artifactId>
498
+ <scope>test</scope>
499
+ </dependency>
500
<dependency>
501
<groupId>org.junit.jupiter</groupId>
502
<artifactId>junit-jupiter</artifactId>
@@ -538,13 +543,6 @@
538
543
<exclude></exclude>
539
544
</excludes>
540
545
</configuration>
541
- <dependencies>
542
- <dependency>
- <groupId>org.junit.jupiter</groupId>
- <artifactId>junit-jupiter-engine</artifactId>
- <version>${junit5.version}</version>
546
- </dependency>
547
- </dependencies>
548
</plugin>
549
550
<plugin>
0 commit comments