SINTEF-9012 / cloudml

CloudML: Transparent deployment of cloud applications
GNU Lesser General Public License v3.0
27 stars 8 forks source link

Reduce the dependencies #43

Open rickdesantis opened 9 years ago

rickdesantis commented 9 years ago

If possible, try to reduce the dependencies of the project.

When attaching the dependencies in a zip for distribution, a staggering 77MB are needed, and thus the generated file is enormous even for very small applications.

nicolasferry commented 9 years ago

I did a round to reduce dependencies. I saved something like 15/20Mo by removing the dependencies coming from the MODAClouds monitoring platform. I also cleaned the jclouds dependencies. It is also a lot of dependencies coming from the cloud4soa connectors that cannot be removed.