Fix locally failing TCs in catalog-be

Migrate to Junit 5 TCs that extends JerseyTest

Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I4c81e70836ee5e634291d74cd1773d221dce3702
Issue-ID: SDC-3377
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml
index 27e40bf..a9f9bab 100644
--- a/catalog-model/pom.xml
+++ b/catalog-model/pom.xml
@@ -139,6 +139,10 @@
       <scope>provided</scope>
       <exclusions>
         <exclusion>
+          <artifactId>gremlin-groovy</artifactId>
+          <groupId>org.apache.tinkerpop</groupId>
+        </exclusion>
+        <exclusion>
           <groupId>org.json</groupId>
           <artifactId>json</artifactId>
         </exclusion>