Skip to content

Commit 5526333

Browse files
committed
Makes httpmime package not optional.
1 parent edeab47 commit 5526333

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,25 +214,21 @@
214214
<artifactId>tika-langdetect</artifactId>
215215
<version>${tika.version}</version>
216216
<type>pom</type>
217-
<optional>true</optional>
218217
</dependency>
219218
<dependency>
220219
<groupId>org.apache.tika</groupId>
221220
<artifactId>tika-langdetect-optimaize</artifactId>
222221
<version>${tika.version}</version>
223-
<optional>true</optional>
224222
</dependency>
225223
<dependency>
226224
<groupId>org.apache.httpcomponents</groupId>
227225
<artifactId>httpcore</artifactId>
228226
<version>4.4.11</version>
229-
<optional>true</optional>
230227
</dependency>
231228
<dependency>
232229
<groupId>org.apache.httpcomponents</groupId>
233230
<artifactId>httpmime</artifactId>
234231
<version>4.5.9</version>
235-
<optional>true</optional>
236232
</dependency>
237233
<dependency>
238234
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)