Skip to content

Commit 07a8ab9

Browse files
smeyer-iliasfwolf-ilias
authored andcommitted
ilServer tika dependencies
Signed-off-by: Releasemanager <webmaster@ilias.de>
1 parent e5af5a7 commit 07a8ab9

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

  • components/ILIAS/WebServices/RPC/lib

components/ILIAS/WebServices/RPC/lib/pom.xml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,17 @@
7979
</plugin>
8080
</plugins>
8181
</build>
82+
<dependencyManagement>
83+
<dependencies>
84+
<dependency>
85+
<groupId>org.apache.tika</groupId>
86+
<artifactId>tika-bom</artifactId>
87+
<version>3.2.3</version>
88+
<type>pom</type>
89+
<scope>import</scope>
90+
</dependency>
91+
</dependencies>
92+
</dependencyManagement>
8293
<dependencies>
8394
<!-- https://mvnrepository.com/artifact/commons-httpclient/commons-httpclient -->
8495
<dependency>
@@ -184,37 +195,30 @@
184195
<dependency>
185196
<groupId>org.apache.tika</groupId>
186197
<artifactId>tika-core</artifactId>
187-
<version>2.9.4</version>
188198
</dependency>
189199
<dependency>
190200
<groupId>org.apache.tika</groupId>
191201
<artifactId>tika-parser-html-module</artifactId>
192-
<version>2.9.4</version>
193202
</dependency>
194203
<dependency>
195204
<groupId>org.apache.tika</groupId>
196205
<artifactId>tika-parser-microsoft-module</artifactId>
197-
<version>2.9.4</version>
198206
</dependency>
199207
<dependency>
200208
<groupId>org.apache.tika</groupId>
201209
<artifactId>tika-parser-miscoffice-module</artifactId>
202-
<version>2.9.4</version>
203210
</dependency>
204211
<dependency>
205212
<groupId>org.apache.tika</groupId>
206213
<artifactId>tika-parser-pdf-module</artifactId>
207-
<version>2.9.4</version>
208214
</dependency>
209215
<dependency>
210216
<groupId>org.apache.tika</groupId>
211217
<artifactId>tika-parser-text-module</artifactId>
212-
<version>2.9.4</version>
213218
</dependency>
214219
<dependency>
215220
<groupId>org.apache.tika</groupId>
216221
<artifactId>tika-parser-xml-module</artifactId>
217-
<version>2.9.4</version>
218222
</dependency>
219223
<!-- fop pdf generation: all in one jar produces class duplication warnings -->
220224
<dependency>

0 commit comments

Comments
 (0)