On 17/03/2010, at 10:56 AM, Stack wrote: > Here is a list of things I found in lib that we don't need to run: > > -rwsrwsrwt 1 Stack staff 1034049 Mar 16 16:45 ant-1.6.5.jar > -rwsrwsrwt 1 Stack staff 279781 Mar 16 16:45 commons-httpclient-3.0.1.jar > -rwsrwsrwt 1 Stack staff 706710 Mar 16 16:45 hsqldb-1.8.0.10.jar > -rwsrwsrwt 1 Stack staff 377780 Mar 16 16:45 jets3t-0.7.1.jar > -rwsrwsrwt 1 Stack staff 11981 Mar 16 16:45 kfs-0.3.jar > -rwsrwsrwt 1 Stack staff 388864 Mar 16 16:45 mail-1.4.jar > -rwsrwsrwt 1 Stack staff 65261 Mar 16 16:45 oro-2.0.8.jar > -rwsrwsrwt 1 Stack staff 28415 Mar 16 16:45 paranamer-1.5.jar > -rwsrwsrwt 1 Stack staff 3067 Mar 16 16:45 paranamer-ant-1.5.jar > -rwsrwsrwt 1 Stack staff 6841 Mar 16 16:45 paranamer-generator-1.5.jar > -rwsrwsrwt 1 Stack staff 167436 Mar 16 16:45 qdox-1.9.1.jar > -rwsrwsrwt 1 Stack staff 23445 Mar 16 16:45 slf4j-api-1.5.8.jar > -rwsrwsrwt 1 Stack staff 9679 Mar 16 16:45 slf4j-log4j12-1.5.8.jar > -rwsrwsrwt 1 Stack staff 7585 Mar 16 16:45 slf4j-simple-1.5.8.jar > > To add exclusions, I need to add the exclusion on the dependency that > adds in the above? For most of the above, it looks like hadoop is the > includer. I'd look at its pom and figure which hadoop component > included the above and then add an exclusion in our pom on that > dependency?
thanks, I can work from this. As Lars mentions in the other reply, 'mvn dependency:tree' can be used (bit ugly, but I'm used to it). I'll work up a patch at lunch, I'm sick of doing the current task I have at work at the moment so this is a small and more pleasant distraction for me (call me crazy) I'll post before/after timings too. Stack I'm sure you have much more useful Hbase-y things you could be working on that add more value to the product, I'm happy to do this, it shouldn't take that long. Paul