google-code-export / umple

Automatically exported from code.google.com/p/umple
1 stars 0 forks source link

Dependency jars are shipped with source #683

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download source for project

What is the expected output? What do you see instead?
Currently, dependencies are shipped with Umple in the lib/ directory. Most if 
not all of these could be replaced with usage of Apache Ivy and through Maven 
Repository. 

e.g. http://mvnrepository.com/artifact/net.sf.jopt-simple/jopt-simple

This issue would be to remove the dependency jars except the bootstrapped jars 
from the repository and add Ivy into the build chain. 

More information:

This topic has been discussed many times. One such explanation is here: 
https://code.google.com/p/umple/wiki/UCOSPLogKevinBrightwell#27_February_2015
https://code.google.com/p/umple/wiki/UCOSPLogKevinBrightwell#Proposed_bite-sized
_chunks

Original issue reported on code.google.com by kevin.br...@gmail.com on 3 Mar 2015 at 1:16