Migrate gremlin-util and gremlin-socket-server classes to gremlin.util and gremlin.socket.server packages
Part of the TINKERPOP-2819 refactoring changes.
All migrated classes have been updated to the correct package names and all references to these classes throughout
tinkerpop have been changed to match.
This change also reduces gremlin-server's dependency on gremlin-driver to a test scope only as gremlin-util removes
the need to have any driver classes packaged within the server.
168 files changed