File tree 2 files changed +2
-20
lines changed
2 files changed +2
-20
lines changed Original file line number Diff line number Diff line change 66
66
67
67
<dependency >
68
68
<groupId >org.apache.tika</groupId >
69
- <artifactId >tika-app </artifactId >
69
+ <artifactId >tika-parsers </artifactId >
70
70
<version >1.2</version >
71
71
<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 >
90
72
</dependency >
91
73
92
74
<dependency >
Original file line number Diff line number Diff line change 19
19
<useProjectArtifact >true</useProjectArtifact >
20
20
<useTransitiveFiltering >true</useTransitiveFiltering >
21
21
<includes >
22
- <include >org.apache.tika:tika-app </include >
22
+ <include >org.apache.tika:tika-parsers </include >
23
23
</includes >
24
24
</dependencySet >
25
25
</dependencySets >
You can’t perform that action at this time.
0 commit comments