Skip to content

Commit 00d87de

Browse files
dadoonetmartijnvg
authored andcommitted
elastic#13 : Fix dependency to tika-app
1 parent 64254e6 commit 00d87de

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

pom.xml

+1-19
Original file line numberDiff line numberDiff line change
@@ -66,27 +66,9 @@
6666

6767
<dependency>
6868
<groupId>org.apache.tika</groupId>
69-
<artifactId>tika-app</artifactId>
69+
<artifactId>tika-parsers</artifactId>
7070
<version>1.2</version>
7171
<scope>compile</scope>
72-
<exclusions>
73-
<exclusion>
74-
<artifactId>tika-parsers</artifactId>
75-
<groupId>org.apache.tika</groupId>
76-
</exclusion>
77-
<exclusion>
78-
<artifactId>tika-xmp</artifactId>
79-
<groupId>org.apache.tika</groupId>
80-
</exclusion>
81-
<exclusion>
82-
<artifactId>slf4j-log4j12</artifactId>
83-
<groupId>org.slf4j</groupId>
84-
</exclusion>
85-
<exclusion>
86-
<artifactId>gson</artifactId>
87-
<groupId>com.google.code.gson</groupId>
88-
</exclusion>
89-
</exclusions>
9072
</dependency>
9173

9274
<dependency>

src/main/assemblies/plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<useProjectArtifact>true</useProjectArtifact>
2020
<useTransitiveFiltering>true</useTransitiveFiltering>
2121
<includes>
22-
<include>org.apache.tika:tika-app</include>
22+
<include>org.apache.tika:tika-parsers</include>
2323
</includes>
2424
</dependencySet>
2525
</dependencySets>

0 commit comments

Comments
 (0)