Skip to content

Commit 7573f84

Browse files
committed
TIKA-4788: add httpmime dependency
1 parent 6260472 commit 7573f84

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • tika-integration-tests/tika-pipes-solr-integration-tests

tika-integration-tests/tika-pipes-solr-integration-tests/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@
8888
<version>${solrj.version}</version>
8989
<scope>test</scope>
9090
</dependency>
91+
<!-- troubles on CI tika-main-jdk26 -->
92+
<dependency>
93+
<groupId>org.apache.httpcomponents</groupId>
94+
<artifactId>httpmime</artifactId>
95+
<scope>test</scope>
96+
</dependency>
9197

9298

9399
</dependencies>

0 commit comments

Comments
 (0)