Skip to content

Commit

Permalink
elastic#13 : Fix dependency to tika-app
Browse files Browse the repository at this point in the history
  • Loading branch information
dadoonet authored and martijnvg committed Sep 28, 2012
1 parent 64254e6 commit 00d87de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
20 changes: 1 addition & 19 deletions pom.xml
Expand Up @@ -66,27 +66,9 @@

<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-app</artifactId>
<artifactId>tika-parsers</artifactId>
<version>1.2</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>tika-parsers</artifactId>
<groupId>org.apache.tika</groupId>
</exclusion>
<exclusion>
<artifactId>tika-xmp</artifactId>
<groupId>org.apache.tika</groupId>
</exclusion>
<exclusion>
<artifactId>slf4j-log4j12</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
<exclusion>
<artifactId>gson</artifactId>
<groupId>com.google.code.gson</groupId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/assemblies/plugin.xml
Expand Up @@ -19,7 +19,7 @@
<useProjectArtifact>true</useProjectArtifact>
<useTransitiveFiltering>true</useTransitiveFiltering>
<includes>
<include>org.apache.tika:tika-app</include>
<include>org.apache.tika:tika-parsers</include>
</includes>
</dependencySet>
</dependencySets>
Expand Down

0 comments on commit 00d87de

Please sign in to comment.