Skip to content

Commit fe877f4

Browse files
committed
Move junit-jupiter-engine dependency to project
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
1 parent 8ab1cce commit fe877f4

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,11 @@
492492
<artifactId>junit-jupiter-api</artifactId>
493493
<scope>test</scope>
494494
</dependency>
495+
<dependency>
496+
<groupId>org.junit.jupiter</groupId>
497+
<artifactId>junit-jupiter-engine</artifactId>
498+
<scope>test</scope>
499+
</dependency>
495500
<dependency>
496501
<groupId>org.junit.jupiter</groupId>
497502
<artifactId>junit-jupiter</artifactId>
@@ -538,13 +543,6 @@
538543
<exclude></exclude>
539544
</excludes>
540545
</configuration>
541-
<dependencies>
542-
<dependency>
543-
<groupId>org.junit.jupiter</groupId>
544-
<artifactId>junit-jupiter-engine</artifactId>
545-
<version>${junit5.version}</version>
546-
</dependency>
547-
</dependencies>
548546
</plugin>
549547

550548
<plugin>

0 commit comments

Comments
 (0)