Re: gremlin-test and h2 database

2017-06-14 Thread pieter gmail

Ok thanks,

Pieter

On 14/06/2017 19:41, Stephen Mallette wrote:

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 
wrote:


Hi,

I just noticed for the first time that gremlin-test has a dependency on h2
database.

 
 com.h2database
 h2
 1.3.171
 

Where is it being used?

Thanks
Pieter





Re: gremlin-test and h2 database

2017-06-14 Thread Stephen Mallette
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 
wrote:

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


RE: gremlin-test and h2 database

2017-06-14 Thread pieter gmail

Hi,

I just noticed for the first time that gremlin-test has a dependency on 
h2 database.



com.h2database
h2
1.3.171


Where is it being used?

Thanks
Pieter