diff options
author | Baumel, Dvir (db384r) <dvir.baumel@intl.att.com> | 2020-03-23 16:21:05 +0200 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-04-16 08:50:35 +0000 |
commit | 3e8793276f623132892331cf65c85bb91c1ab154 (patch) | |
tree | a9366ecaf3999751d025d7052ad79c4d073bca63 /catalog-be/pom.xml | |
parent | ecdbf0720d0e8085e53650a10eb594cbe74eb7ef (diff) |
Upgrade Junit to version 5.6
Issue-ID: SDC-2844
Change-Id: I4716bf7920f9bb79c450ebfd48e9d4fba54fdfdd
Signed-off-by: Baumel, Dvir (db384r) <dvir.baumel@intl.att.com>
Diffstat (limited to 'catalog-be/pom.xml')
-rw-r--r-- | catalog-be/pom.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index 66e9dc0173..27d5d6d861 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -578,6 +578,20 @@ </dependency> <dependency> + <groupId>org.junit.jupiter</groupId> + <artifactId>junit-jupiter</artifactId> + <version>${junitJupiter.version}</version> + <scope>test</scope> + </dependency> + + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-junit-jupiter</artifactId> + <version>${mockitoJupiter.version}</version> + <scope>test</scope> + </dependency> + + <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> |