Can someone please tell me how this project manages its dependencies? I need to integrate axis into an application in which other components have overlapping dependencies (log4j, commons-discovery, etc). To do this, I need to know what (minimum|optimum|maximum) versions of these libraries axis depends on.
Looking in the 'lib/' directory, I see only jar files with no indication of which version I'm looking at, with the exception of log4j, which is 1.2.4 in the 1.0 release and a nightly build (why?) in the axis nightly builds. commons-logging and commons-discovery are not versioned by name, and there doesn't seem to be any documentation that covers this point. Unfortunately I don't have CVS access (draconian firewall), so if this information is kept as metadata in the repository, I can't see it. Thanks in advance for any pointers. Eric