Re: Removing old jars: Avalon framework
Posted by
Christian Geisert on
URL: http://ofbiz.116.s1.nabble.com/Removing-old-jars-Avalon-framework-tp180788p180791.html
Jacopo Cappellato schrieb:
> Hi all,
>
> in the attempt of keeping the list of jar files included in OFBiz clean
> and updated, I'm reviewing them.
> I've noticed that:
>
> avalon-framework-4.2.0.jar
> avalon-util-exception-1.0.0.jar
>
> are only used at line 155 of Debug.java:
>
> msg = System.getProperty("line.separator") +
> ExceptionHelper.packException(msg, t, true);
>
> Since the Avalon project has closed in 2004, it would be nice to remove
> that dependency.
> What do you think?
FOP uses avalon-framework-4.2.0.jar so I don't think it's a good idea to
remove it ;-)
Christian