Removing old jars: Avalon framework

Posted by Jacopo Cappellato on
URL: http://ofbiz.116.s1.nabble.com/Removing-old-jars-Avalon-framework-tp180788.html

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?
Any ideas on how to do this?

Jacopo