Hi there Yatish,
In Tika 0.4, we split up the modules into:
tika-core (probably what you are looking for, contains the core Tika
framework classes, mime detection, abstract parsing code, etc.)
tika-parsers (pieces of Tika that delegate to Third Party Libs to handle the
parsing)
tika-app (interaction with Tika from e.g., a GUI or command line)
So, if you update the below to be:
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<version>0.4</version>
</dependency>
You¹ll probably be good!
Cheers,
Chris
On 7/30/09 12:58 PM, "yatish" <[email protected]> wrote:
>
>
> Hi,
>
> I have the following dependency in my POM.xml file.
>
> <dependency>
> <groupId>org.apache.tika</groupId>
> <artifactId>tika</artifactId>
> <version>0.4</version>
> </dependency>
>
> When I try to run the maven clean package it throws the following error:
>
> Unable to find resource 'org.apache.tika:tika:jar:0.4' in repository central
> <http://repo1.maven.org/maven2>
>
> Could someone please help?
> --
> View this message in context:
> http://www.nabble.com/Unable-to-find-resource-%27org.apache.tika%3Atika%3Ajar%
> 3A0.4%27-in-repository-central-%3Chttp%3A--repo1.maven.org-maven2%3E-tp2474627
> 8p24746278.html
> Sent from the Apache Tika - Development mailing list archive at Nabble.com.
>
>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: [email protected]
WWW: http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++