it's used with junit-benchmarks and should only be a dependency in gremlin-test (obviously, a test project used with test scope) and gremlin-server which uses it in test scope. it's not part of anything we distribute to users. i think it is already gone as a dependency in 3.3.0 now that we use jmh benchmarks and have killed off use of junit-benchmarks.
On Wed, Jun 14, 2017 at 1:37 PM, pieter gmail <[email protected]> wrote: > 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 >
