You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Eddie Olsson (JIRA)" <ji...@apache.org> on 2014/08/18 10:02:19 UTC

[jira] [Created] (TIKA-1398) Dependency in tika-parsers 1.5 contains variables

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)