Codebase list tika / 535194c
Refreshed the patches Emmanuel Bourg 5 years ago
3 changed file(s) with 45 addition(s) and 36 deletion(s). Raw diff Collapse all Expand all
0 tika (1.17-1) UNRELEASED; urgency=medium
0 tika (1.18-1) UNRELEASED; urgency=medium
11
22 * New upstream release
33 - Refreshed the patches
22 Forwarded: no
33 --- a/tika-parsers/pom.xml
44 +++ b/tika-parsers/pom.xml
5 @@ -81,11 +81,13 @@
5 @@ -83,6 +83,7 @@
66 <groupId>org.gagravarr</groupId>
77 <artifactId>vorbis-java-tika</artifactId>
88 <version>${vorbis.version}</version>
99 + <optional>true</optional>
10 </dependency>
11 <dependency>
10 <exclusions>
11 <exclusion>
12 <groupId>org.apache.tika</groupId>
13 @@ -94,6 +95,7 @@
1214 <groupId>com.healthmarketscience.jackcess</groupId>
1315 <artifactId>jackcess</artifactId>
14 <version>2.1.8</version>
15 + <optional>true</optional>
16 <exclusions>
17 <exclusion>
18 <groupId>commons-logging</groupId>
19 @@ -97,6 +99,7 @@
16 <version>2.1.10</version>
17 + <optional>true</optional>
18 <exclusions>
19 <exclusion>
20 <groupId>commons-logging</groupId>
21 @@ -105,6 +107,7 @@
2022 <groupId>com.healthmarketscience.jackcess</groupId>
2123 <artifactId>jackcess-encrypt</artifactId>
22 <version>2.1.2</version>
24 <version>2.1.4</version>
2325 + <optional>true</optional>
2426 <exclusions>
2527 <exclusion>
2628 <groupId>org.bouncycastle</groupId>
27 @@ -117,37 +120,44 @@
29 @@ -131,31 +134,37 @@
2830 <groupId>org.tallison</groupId>
2931 <artifactId>jmatio</artifactId>
3032 <version>1.2</version>
5456 <version>${tukaani.version}</version>
5557 + <optional>true</optional>
5658 </dependency>
57
58 <dependency>
59 <dependency>
60 <groupId>org.brotli</groupId>
61 <artifactId>dec</artifactId>
62 <version>${brotli.version}</version>
63 + <optional>true</optional>
64 </dependency>
65 <dependency>
66 <groupId>com.github.luben</groupId>
67 @@ -168,11 +177,13 @@
5968 <groupId>commons-codec</groupId>
6069 <artifactId>commons-codec</artifactId>
6170 <version>${codec.version}</version>
6978 <exclusions>
7079 <exclusion>
7180 <groupId>commons-logging</groupId>
72 @@ -159,6 +169,7 @@
81 @@ -184,6 +195,7 @@
7382 <groupId>org.apache.pdfbox</groupId>
7483 <artifactId>pdfbox-tools</artifactId>
7584 <version>${pdfbox.version}</version>
7786 <exclusions>
7887 <exclusion>
7988 <groupId>commons-logging</groupId>
80 @@ -174,6 +185,7 @@
89 @@ -199,6 +211,7 @@
8190 <groupId>org.apache.pdfbox</groupId>
8291 <artifactId>jempbox</artifactId>
8392 <version>${jempbox.version}</version>
8594 </dependency>
8695 <!-- TIKA-370: PDFBox declares the Bouncy Castle dependencies
8796 as optional, but we prefer to have them always to avoid
88 @@ -182,26 +194,31 @@
97 @@ -207,26 +220,31 @@
8998 <groupId>org.bouncycastle</groupId>
9099 <artifactId>bcmail-jdk15on</artifactId>
91100 <version>${bouncycastle.version}</version>
117126 <exclusions>
118127 <exclusion>
119128 <groupId>stax</groupId>
120 @@ -217,31 +234,37 @@
129 @@ -242,31 +260,37 @@
121130 <groupId>org.ccil.cowan.tagsoup</groupId>
122131 <artifactId>tagsoup</artifactId>
123132 <version>1.2.1</version>
155164 <exclusions>
156165 <exclusion>
157166 <groupId>org.jdom</groupId>
158 @@ -253,16 +276,19 @@
167 @@ -278,16 +302,19 @@
159168 <groupId>org.gagravarr</groupId>
160169 <artifactId>vorbis-java-core</artifactId>
161170 <version>${vorbis.version}</version>
175184 </dependency>
176185 <!-- can't upgrade to java-libpst 0.9.3 because it requires Java 8
177186 and is buggy with OST TIKA-2415 -->
178 @@ -270,11 +296,13 @@
187 @@ -295,11 +322,13 @@
179188 <groupId>com.pff</groupId>
180189 <artifactId>java-libpst</artifactId>
181190 <version>0.8.1</version>
189198 <exclusions>
190199 <exclusion>
191200 <groupId>commons-logging</groupId>
192 @@ -295,6 +323,7 @@
201 @@ -320,6 +349,7 @@
193202 <groupId>org.apache.cxf</groupId>
194203 <artifactId>cxf-rt-rs-client</artifactId>
195204 <version>${cxf.version}</version>
197206 </dependency>
198207 <!-- TIKA-2021: Tesseract OCR Parser dependencies,
199208 used for executing image processing script -->
200 @@ -303,6 +332,7 @@
209 @@ -328,6 +358,7 @@
201210 <artifactId>commons-exec</artifactId>
202211 <version>${commonsexec.version}</version>
203212 <scope>compile</scope>
205214 </dependency>
206215
207216 <!-- Provided dependencies -->
208 @@ -317,6 +347,7 @@
217 @@ -342,6 +373,7 @@
209218 <groupId>org.apache.opennlp</groupId>
210219 <artifactId>opennlp-tools</artifactId>
211 <version>1.8.3</version>
212 + <optional>true</optional>
213 </dependency>
214
215 <dependency>
216 @@ -329,6 +360,7 @@
220 <version>1.8.4</version>
221 + <optional>true</optional>
222 </dependency>
223
224 <dependency>
225 @@ -354,6 +386,7 @@
217226 <groupId>com.googlecode.json-simple</groupId>
218227 <artifactId>json-simple</artifactId>
219228 <version>1.1.1</version>
221230 <exclusions>
222231 <exclusion>
223232 <groupId>junit</groupId>
224 @@ -341,11 +373,13 @@
225 <groupId>com.tdunning</groupId>
226 <artifactId>json</artifactId>
227 <version>1.8</version>
233 @@ -371,11 +404,13 @@
234 <groupId>com.github.openjson</groupId>
235 <artifactId>openjson</artifactId>
236 <version>1.0.10</version>
228237 + <optional>true</optional>
229238 </dependency>
230239 <dependency>
231240 <groupId>com.google.code.gson</groupId>
232241 <artifactId>gson</artifactId>
233 <version>2.8.1</version>
242 <version>${gson.version}</version>
234243 + <optional>true</optional>
235244 </dependency>
236245
237246 <!-- logging dependencies -->
238 @@ -461,6 +495,7 @@
247 @@ -520,6 +555,7 @@
239248 <groupId>org.apache.commons</groupId>
240249 <artifactId>commons-csv</artifactId>
241250 <version>1.0</version>
22 Forwarded: not-needed
33 --- a/tika-parsers/pom.xml
44 +++ b/tika-parsers/pom.xml
5 @@ -679,6 +679,40 @@
5 @@ -812,6 +812,40 @@
66 </execution>
77 </executions>
88 </plugin>