diff options
author | vasraz <vasyl.razinkov@est.tech> | 2022-04-12 18:44:00 +0100 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2022-04-13 09:46:37 +0000 |
commit | 06fda9a063c89fe1b077437f054b047ccdebe0f4 (patch) | |
tree | 3a26dc18803c4711d17c6e0fd4319ccdde37bafc /pom.xml | |
parent | d8210d49cebb6f5d9cb13e0d27b36c378df94c51 (diff) |
Migrate Junit4 to Junit5
Remove Junit4 dependency
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I9b7965537f55fe479f5e17b6e3ec02f8ff5d93b3
Issue-ID: SDC-3963
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -80,12 +80,6 @@ <artifactId>junit-jupiter</artifactId> <version>${junitJupiter.version}</version> </dependency> - <!--JUnit Jupiter Engine to depend on the JUnit4 engine and JUnit 4 API --> - <dependency> - <groupId>org.junit.vintage</groupId> - <artifactId>junit-vintage-engine</artifactId> - <version>${junitJupiter.version}</version> - </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-junit-jupiter</artifactId> |