Skip to content

Commit

Permalink
SMHE-832: restore junit api engine and params because of maven warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Bolder committed Jun 27, 2022
1 parent 2e985ce commit 11cb4f2
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion super/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -841,8 +841,20 @@
<!-- Testing dependencies -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<artifactId>junit-jupiter-api</artifactId>
<version>${junit.version}</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<!-- Cucumber tests depend on JUnit 4, add the vintage engine -->
<dependency>
Expand Down

0 comments on commit 11cb4f2

Please sign in to comment.