This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit ebddc8e8a1ab036276dd5330daf12c66cc710ab5
Author: Maxim Solodovnik <solomax...@gmail.com>
AuthorDate: Thu Aug 26 11:38:27 2021 +0700

    [OPENMEETINGS-2640] tika
---
 openmeetings-util/pom.xml | 4 ++++
 pom.xml                   | 5 +++++
 2 files changed, 9 insertions(+)

diff --git a/openmeetings-util/pom.xml b/openmeetings-util/pom.xml
index 7e1d250..c1ecea7 100644
--- a/openmeetings-util/pom.xml
+++ b/openmeetings-util/pom.xml
@@ -129,6 +129,10 @@
                        <artifactId>tika-parsers-standard-package</artifactId>
                </dependency>
                <dependency>
+                       <groupId>org.apache.tika</groupId>
+                       <artifactId>tika-core</artifactId>
+               </dependency>
+               <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-context</artifactId>
                </dependency>
diff --git a/pom.xml b/pom.xml
index b1e2a90..6b2dae0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -731,6 +731,11 @@
                                </exclusions>
                        </dependency>
                        <dependency>
+                               <groupId>org.apache.tika</groupId>
+                               <artifactId>tika-core</artifactId>
+                               <version>${tika-parsers.version}</version>
+                       </dependency>
+                       <dependency>
                                <groupId>javax.websocket</groupId>
                                <artifactId>javax.websocket-api</artifactId>
                                <version>1.1</version>

Reply via email to