Hi,I just noticed for the first time that gremlin-test has a dependency on h2 database.
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.3.171</version>
</dependency>
Where is it being used?
Thanks
Pieter
