There was an error while loading. Please reload this page.
1 parent 6260472 commit 7573f84Copy full SHA for 7573f84
1 file changed
tika-integration-tests/tika-pipes-solr-integration-tests/pom.xml
@@ -88,6 +88,12 @@
88
<version>${solrj.version}</version>
89
<scope>test</scope>
90
</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>
97
98
99
</dependencies>
0 commit comments