diff options
author | vasraz <vasyl.razinkov@est.tech> | 2020-06-11 12:57:25 +0100 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-06-15 07:52:35 +0000 |
commit | e3e2db1d777b89e8292b88f677bcc7d81e6bf2c0 (patch) | |
tree | 7208409decd95725f4fdf42bdc1f9666a9c74ef1 /pom.xml | |
parent | ca685bb55cd192ab58c62663a31f5292697a4182 (diff) |
Fix 'not running Junit5 tests'-issue
Change-Id: Iee67a4af7262e554a86252b411264f55ff1baa88
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-3109
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -485,6 +485,13 @@ Modifications copyright (c) 2018-2019 Nokia <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> + <dependencies> + <dependency> + <groupId>org.apache.maven.surefire</groupId> + <artifactId>surefire-junit-platform</artifactId> + <version>${maven-surefire-plugin.version}</version> + </dependency> + </dependencies> <configuration> <printSummary>false</printSummary> <systemPropertyVariables> |