Remove vulnerable dependency
[sdc.git] / catalog-model / pom.xml
index 9fcc01c..1c37f0d 100644 (file)
             <scope>provided</scope>
             <exclusions>
                 <exclusion>
-                    <artifactId>gremlin-groovy</artifactId>
                     <groupId>org.apache.tinkerpop</groupId>
+                    <artifactId>gremlin-core</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.tinkerpop</groupId>
+                    <artifactId>gremlin-groovy</artifactId>
                 </exclusion>
                 <exclusion>
                     <groupId>org.json</groupId>