I'm trying to swap in the SnowballAnalyzer for StandardAnalyzer on my Maven 2 project. I'm currently using
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-contrib</artifactId>
<version>2.4.0</version>
<scope>compile</scope>
</dependency>
but I keep getting the following error:
Missing:
----------
1) org.apache.lucene:lucene-contrib:jar:2.4.0