Hi, On Tue, Aug 3, 2010 at 6:58 PM, Chris Bamford <[email protected]> wrote: > My POM says: > > <dependency> > <groupId>org.apache.tika</groupId> > <artifactId>tika-app</artifactId> > <version>0.8-SNAPSHOT</version> > </dependency>
Try using tika-parsers instead of tika-app as the artifact you depend on. The tika-app jar is designed to be used as a standalone jar and may confuse Maven's dependency resolution rules. See the "Using Tika as a Maven dependency" section in [1] for more details. [1] http://tika.apache.org/0.7/gettingstarted.html BR, Jukka Zitting
