On Mon, Jan 26, 2009 at 2:24 PM, aminm <ami...@gmail.com> wrote:

> I know that this exception occurs if I am using an old version of poi
> (2.5),
> even though I have excluded the version that comes with text mining.  I
> have
> added
>
>        <dependency>
>                        <groupId>org.apache.poi</groupId>
>                        <artifactId>poi</artifactId>
>                        <version>3.5-beta4</version>
>                        <scope>compile</scope>
>                </dependency>
>
> This is very strange and I can't understand why the tests won't run.
>
> Any help again would be appreciated.
>

Nothing leaps to mind right away -- try "mvn dependency:tree" and "mvn
help:effective-pom" to see if you're getting the dependencies that you
expect to get, and no additional dependencies?

  - Geoffrey
-- 
Geoffrey Wiseman
http://www.geoffreywiseman.ca/

Reply via email to