Re: Problem with dependencies - Conflict - Lucene

2007-07-26 Thread Arnaud Bailly
Wayne Fay [EMAIL PROTECTED] writes: 1) Use mvn -X and parse the text dependency tree to find out which dependency is pulling in the unwanted lucene artifact version. Just copy and paste the mvn -X output to Notepad etc and search for lucene. Then add an excludes node to the offending

Re: Problem with dependencies - Conflict - Lucene

2007-07-26 Thread Wayne Fay
1) Use mvn -X and parse the text dependency tree to find out which dependency is pulling in the unwanted lucene artifact version. Just copy and paste the mvn -X output to Notepad etc and search for lucene. Then add an excludes node to the offending dependency to exclude the bad artifact. 2) The