Description
The only reason we have a groovy in gremlin-driver is to support JsonBuilder serialization which (1) I tend to doubt is even used and (2) isn't a defined type for any other serialization format besides GraphSON. While it would be nice to simply remove it completely, I think it would be better to give it provided scope and force users who depend on it currently to directly depend on groovy for it.