Glen, ahh, running in eclipse, so I guess mvn dependency:tree is a bit tricky? I will settle for dependencies, although the lucene-sandbox jar does not seem right somehow.
Cheers Greg On 8 April 2013 17:32, Glen Mazza <glen.ma...@gmail.com> wrote: > Normal transitive dependencies, perhaps? What does "mvn dependency:tree" > tell you? > > Glen > > On 04/08/2013 12:19 PM, Greg Huber wrote: > >> I updated lucene to 4.2.1 and added >> >> <dependency> >> <groupId>org.apache.lucene</**groupId> >> <artifactId>lucene-**queryparser</artifactId> >> <version>4.2.1</version> >> </dependency> >> >> <dependency> >> <groupId>org.apache.lucene</**groupId> >> <artifactId>lucene-analyzers-**common</artifactId> >> <version>4.2.1</version> >> </dependency> >> >> I was expecting to only down load these two additional files: >> >> lucene-queryparser-4.2.1.jar >> lucene-analyzers-common-4.2.1.**jar >> >> but for some reason it downloads these as well: >> >> jakarta-regexp-1.4.jar >> lucene-queries-4.2.1.jar >> lucene-sandbox-4.2.1.jar >> >> Can someone please have a look at the poms to see what I am doing wrong? >> >> Cheers Greg >> >> >