Skip to content

Commit

Permalink
Update Tika to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpablo-santos committed Sep 1, 2021
1 parent 73deffb commit 1cc4398
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions jspwiki-tika-searchprovider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
</dependency>

<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers-standard-package</artifactId>
Expand Down
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<selenide.version>5.24.1</selenide.version>
<slf4j.version>1.7.32</slf4j.version>
<stripes.version>1.7.0-async-beta</stripes.version>
<tika.version>2.0.0</tika.version>
<tika.version>2.1.0</tika.version>
<tomcat.version>9.0.50</tomcat.version>
<wro4j.version>1.8.0</wro4j.version>
<xmlrpc.version>2.0.1</xmlrpc.version>
Expand Down Expand Up @@ -298,6 +298,12 @@
<version>${lucene.version}</version>
</dependency>

<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<version>${tika.version}</version>
</dependency>

<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers-standard-package</artifactId>
Expand Down

0 comments on commit 1cc4398

Please sign in to comment.