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

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

commit 210e6e0f5ebc1cb7cef9ee791e39227905068de1
Author: Maxim Solodovnik <solomax...@gmail.com>
AuthorDate: Tue Oct 2 19:27:21 2018 +0700

    [OPENMEETINGS-1928] logger conflict should be resolved
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index e1329c6..b9a0e67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -860,6 +860,16 @@
                                <groupId>org.apache.tika</groupId>
                                <artifactId>tika-parsers</artifactId>
                                <version>${tika-parsers.version}</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.ow2.asm</groupId>
+                                               <artifactId>asm</artifactId>
+                                       </exclusion>
+                                       <exclusion>
+                                               <groupId>org.slf4j</groupId>
+                                               
<artifactId>slf4j-log4j12</artifactId>
+                                       </exclusion>
+                               </exclusions>
                        </dependency>
                </dependencies>
        </dependencyManagement>

Reply via email to