summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2022-04-12 18:44:00 +0100
committerVasyl Razinkov <vasyl.razinkov@est.tech>2022-04-13 09:46:37 +0000
commit06fda9a063c89fe1b077437f054b047ccdebe0f4 (patch)
tree3a26dc18803c4711d17c6e0fd4319ccdde37bafc /pom.xml
parentd8210d49cebb6f5d9cb13e0d27b36c378df94c51 (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.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 7e330c8..2a5bcb2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>