Hi Does anyone know of an easy way to list all of Lucene/Solr 3rd-party dependencies that are used by 'released' code (i.e. under src/java), but not test? And a bonus will be to also list the license of each such dependency.
licenses/ seems to include all of it, including JUnit. Also, I picked a random module 'replicator' and noticed its lib/ contains Jetty jars, even though only the tests use them. The NOTICE.txt (of Lucene) contains a lot of information, but doesn't e.g. mention Jetty, so I'm not sure if it covers all dependencies, or only ones with special notice ... Shai
