On Fri, Nov 5, 2010 at 1:28 PM, Roland Cornelissen <[email protected]>wrote:

> I see there is a new release of POI (3.7) since 29. oct.
> I would like to build this in TIKA, but I am not familiar with Maven.
> Maybe someone could explain how to modify the POMs in order to use POI
> 3.7  with TIKA?
>
>
In the pom.xml files you should see something like the following:

<dependency>
    <groupId>org.apache.poi</groupId>
    <artifactId>poi</artifactId>
    <version>3.7</version>
</dependency>

The difference would be that the version will be something other than 3.7,
and you'll want to change it to 3.7.

I hope this helps,
Paul

Reply via email to