HubTurbo / addressbook

A small app for training and experimentation
Other
1 stars 3 forks source link

Extract Launcher into a separate jar #515 #516

Closed m133225 closed 8 years ago

m133225 commented 8 years ago

Fixes #515

m133225 commented 8 years ago

Will also attempt to configure transitive local dependencies. i.e. updateMigrator uses commons, anything that uses updateMigrator should be able to access commons. Currently this is not configured since local dependencies are not located in a maven repo.

EDIT: Never mind, will do this in a separate PR as it will need to involve versioning of the custom dependencies.