hellodanylo / key2gym

The Key2Gym's mission is to create an open, excellent user experience providing, scalable, modern, platform-independent application for running small to medium-sized gyms.
1 stars 0 forks source link

Use dependency manager #40

Closed hellodanylo closed 11 years ago

hellodanylo commented 11 years ago

We need to introduce some kind of dependency manager prior to 3.0.0, so that we can ship it with the updated versions of artifacts.

hellodanylo commented 11 years ago

I tried sbt, but it seems to heavy to me. We only need dependencies manager, so something like Ivy will work better. I am look into it right now.

hellodanylo commented 11 years ago

Considering the whole thing further, I think that the client and the business should be separated into different git repos for I want them to release separately to allow more flexibility in versioning and dependencies management.

hellodanylo commented 11 years ago

Switched to Maven, single repository.