kenhuuu commented on code in PR #2611:
URL: https://github.com/apache/tinkerpop/pull/2611#discussion_r1612047994


##########
gremlin-console/pom.xml:
##########
@@ -39,6 +39,12 @@ limitations under the License.
             <artifactId>tinkergraph-gremlin</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>com.fasterxml.jackson.core</groupId>
+            <artifactId>jackson-databind</artifactId>

Review Comment:
   Is this necessary? We purposely put jackson in gremlin-shaded to avoid doing 
things like this.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to