bmatthews68 / inmemdb-maven-plugin

A Maven 3 plug-in that can be used to launch an in-memory database for use in integration tests. Apache Derby and HSQLDB are both supported.
http://inmemdb-maven-plugin.btmatthews.com
Apache License 2.0
15 stars 7 forks source link

Introduce dynamic dependency resolution #24

Open bmatthews68 opened 8 years ago

bmatthews68 commented 8 years ago

Eliminate the need to download all implementations and their transitive dependencies and instead use dynamic resolution to just download the implementation for the target database.