Okay working through the steps:

gt-wms is the main culprit 
- commons-lang is used for a single method:
  StringUtils.defaultString -  Returns either the passed in String, or if the 
String is null, an empty String ("").
  (So I will remove this dependency)
- gt-xml - which brings in the big bad of gt-wfs
  (adding an exclusion on this dependency so we only bring in what we need)

Jody 
 
On 01/07/2010, at 2:34 PM, Jody Garnett wrote:

> Hi Micheal:
> 
> In putting together this years workshop materials; the initial "graph" of 
> dependencies is really large. As such I would like put gt-swing on a diet :-)
> I think the main culprit is a dependency on process (in an attempt to save 
> the process wizard code which is actually still missing - the packages are 
> empty). By definition gt-process almost does everything - pulling in xml 
> etc...
> 
> Jody
> 

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to