diff options
author | vasraz <vasyl.razinkov@est.tech> | 2021-06-19 11:07:12 +0100 |
---|---|---|
committer | Christophe Closset <christophe.closset@intl.att.com> | 2021-07-05 09:20:23 +0000 |
commit | f9f5f68caee795d97221071fb26ebe0f572bae0d (patch) | |
tree | 6cfa1c82db5e4bd9e93138d7bb06f0bc9961d92e /catalog-model/pom.xml | |
parent | ffce2fdab1c5f6efff795107ef7756d2e9fdcf57 (diff) |
Remove usage of outdated library JMockit (catalog-model)
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I3888fb6f9a4c89aefc3dcb124529abd726c400d9
Issue-ID: SDC-3379
Diffstat (limited to 'catalog-model/pom.xml')
-rw-r--r-- | catalog-model/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index c71ea9e883..e9e8a7292d 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -260,12 +260,6 @@ </dependency> <dependency> - <groupId>org.jmockit</groupId> - <artifactId>jmockit</artifactId> - <scope>test</scope> - </dependency> - - <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <scope>test</scope> |