diff options
author | vasraz <vasyl.razinkov@est.tech> | 2020-06-28 19:55:01 +0100 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-06-30 10:35:58 +0000 |
commit | 77097d0e45b8a04ee840b215ce003f1d69a7d7d8 (patch) | |
tree | 71708240e00ea1cf9bb8e802102d50c3c4a1c2e2 /catalog-be | |
parent | 265058d6e10a1724405836bd55f3aa59d63bab8a (diff) |
Fix test coverage drop introduced by #109510
Change-Id: Ic74f11f60ff7673330a8c3521da49a92f70ae0fb
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-3149
Diffstat (limited to 'catalog-be')
-rw-r--r-- | catalog-be/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index cc11b13069..61a40e4ee2 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -27,12 +27,6 @@ <version>${project.version}</version> </dependency> - <dependency> - <groupId>com.rabbitmq</groupId> - <artifactId>amqp-client</artifactId> - <version>3.3.1</version> - </dependency> - <!--JSON and YAML Parsing--> <dependency> <groupId>com.fasterxml.jackson.core</groupId> |