Eddie Olsson created TIKA-1398:
----------------------------------
Summary: Dependency in tika-parsers 1.5 contains variables
Key: TIKA-1398
URL: https://issues.apache.org/jira/browse/TIKA-1398
Project: Tika
Issue Type: Bug
Components: parser
Affects Versions: 1.5
Reporter: Eddie Olsson
In tika-parsers, the dependency for tika-core contains two variables that resolve differently
depending on the local project in which it is used, thus breaking the dependency.
>From org/apache/tika/tika-parsers/1.5/tika-parsers-1.5.pom:
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>tika-core</artifactId>
<version>${project.version}</version>
</dependency>
--
This message was sent by Atlassian JIRA
(v6.2#6252)
|