Skip to content

Commit

Permalink
[#186993968] Fix missing junit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mpanik committed Feb 22, 2024
1 parent 988f669 commit bdea541
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions e2e-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
</dependency>
<!-- Logging -->
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit bdea541

Please sign in to comment.